* transcode.c (econv_init): fix rdoc.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-04-26 15:52:35 +00:00
Родитель 4c7106c679
Коммит 7140c8f0cd
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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