From 7140c8f0cddac4ffc3d06d49d5e571a046dee089 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 26 Apr 2011 15:52:35 +0000 Subject: [PATCH] * transcode.c (econv_init): fix rdoc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- transcode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transcode.c b/transcode.c index d64fe80fc8..5106f012dd 100644 --- a/transcode.c +++ b/transcode.c @@ -3211,8 +3211,8 @@ rb_econv_init_by_convpath(VALUE self, VALUE convpath, * :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: