mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
IO.new doesn't recive "-" as external_encoding [Bug #13655]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
42c4ca634d
commit
9fa7722bbc
1 changed files with 0 additions and 4 deletions
4
io.c
4
io.c
|
@ -8043,10 +8043,6 @@ rb_io_make_open_file(VALUE obj)
|
|||
* Specifies file open flags as integer.
|
||||
* If +mode+ parameter is given, this parameter will be bitwise-ORed.
|
||||
*
|
||||
* :\external_encoding ::
|
||||
* External encoding for the IO. "-" is a synonym for the default external
|
||||
* encoding.
|
||||
*
|
||||
* :\internal_encoding ::
|
||||
* Internal encoding for the IO. "-" is a synonym for the default internal
|
||||
* encoding.
|
||||
|
|
Loading…
Add table
Reference in a new issue