ruby-changes:7649
From: akr <ko1@a...>
Date: Sat, 6 Sep 2008 08:18:50 +0900 (JST)
Subject: [ruby-changes:7649] Ruby:r19170 (trunk): comment updated.
akr 2008-09-06 08:17:11 +0900 (Sat, 06 Sep 2008) New Revision: 19170 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19170 Log: comment updated. Modified files: trunk/include/ruby/encoding.h Index: include/ruby/encoding.h =================================================================== --- include/ruby/encoding.h (revision 19169) +++ include/ruby/encoding.h (revision 19170) @@ -257,10 +257,10 @@ #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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/