summaryrefslogtreecommitdiff
path: root/include/ruby/encoding.h
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-05 23:17:11 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-05 23:17:11 +0000
commitc8573378f6a099ad453b5c1f4a9ba3a691b1f9c1 (patch)
treed9f7f1444b5386a6c16b6cc5894504f124e8c6da /include/ruby/encoding.h
parent803aafe7c4cc5e0117c33d34fcc1fe3adc6370fd (diff)
comment updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include/ruby/encoding.h')
-rw-r--r--include/ruby/encoding.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ruby/encoding.h b/include/ruby/encoding.h
index ecc00aff5e..1994bcdc5f 100644
--- a/include/ruby/encoding.h
+++ b/include/ruby/encoding.h
@@ -257,10 +257,10 @@ void rb_econv_binmode(rb_econv_t *ec);
#define ECONV_UNDEF_REPLACE 0x0020
#define ECONV_UNDEF_HEX_CHARREF 0x0030
-/* effective only if output is ascii compatible */
+/* usable only if destination encoding is ascii compatible */
#define ECONV_UNIVERSAL_NEWLINE_DECODER 0x0100
-/* effective only if input is ascii compatible */
+/* usable only if source encoding is ascii compatible */
#define ECONV_CRLF_NEWLINE_ENCODER 0x0200
#define ECONV_CR_NEWLINE_ENCODER 0x0400