зеркало из https://github.com/github/ruby.git
* 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:
Родитель
4c7106c679
Коммит
7140c8f0cd
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче