ruby-changes:19313
From: nobu <ko1@a...>
Date: Wed, 27 Apr 2011 00:52:42 +0900 (JST)
Subject: [ruby-changes:19313] Ruby:r31353 (trunk): * transcode.c (econv_init): fix rdoc.
nobu 2011-04-27 00:52:35 +0900 (Wed, 27 Apr 2011) New Revision: 31353 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=31353 Log: * transcode.c (econv_init): fix rdoc. Modified files: trunk/transcode.c Index: transcode.c =================================================================== --- transcode.c (revision 31352) +++ transcode.c (revision 31353) @@ -3211,8 +3211,8 @@ * :undef => :replace # replace undefined conversion * :replace => string # replacement string ("?" or "\uFFFD" if not specified) * :universal_newline => true # decorator for converting CRLF and CR to LF - * :crlf_newline => true # decorator for converting LF to CRLF - * :cr_newline => true # decorator for converting LF to CR + * :crlf_newline => true # decorator for converting CRLF to LF + * :cr_newline => true # decorator for converting CR to LF * :xml => :text # escape as XML CharData. * :xml => :attr # escape as XML AttValue * integer form: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/