* transcode.c (econv_init): revert r31353. [ruby-dev:43512]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
3a47cf3395
commit
f41dcd486e
@ -1,3 +1,7 @@
|
|||||||
|
Sun May 15 21:04:29 2011 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* transcode.c (econv_init): revert r31353. [ruby-dev:43512]
|
||||||
|
|
||||||
Sun May 15 03:39:35 2011 Eric Hodel <drbrain@segment7.net>
|
Sun May 15 03:39:35 2011 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
* ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.
|
* ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.
|
||||||
|
@ -3254,8 +3254,8 @@ rb_econv_init_by_convpath(VALUE self, VALUE convpath,
|
|||||||
* :undef => :replace # replace undefined conversion
|
* :undef => :replace # replace undefined conversion
|
||||||
* :replace => string # replacement string ("?" or "\uFFFD" if not specified)
|
* :replace => string # replacement string ("?" or "\uFFFD" if not specified)
|
||||||
* :universal_newline => true # decorator for converting CRLF and CR to LF
|
* :universal_newline => true # decorator for converting CRLF and CR to LF
|
||||||
* :crlf_newline => true # decorator for converting CRLF to LF
|
* :crlf_newline => true # decorator for converting LF to CRLF
|
||||||
* :cr_newline => true # decorator for converting CR to LF
|
* :cr_newline => true # decorator for converting LF to CR
|
||||||
* :xml => :text # escape as XML CharData.
|
* :xml => :text # escape as XML CharData.
|
||||||
* :xml => :attr # escape as XML AttValue
|
* :xml => :attr # escape as XML AttValue
|
||||||
* integer form:
|
* integer form:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user