mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
4c7106c679
commit
7140c8f0cd
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue