comment updated.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2008-09-05 23:17:11 +00:00
parent 803aafe7c4
commit c8573378f6

View File

@ -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