diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-31 07:37:02 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2009-07-31 07:37:02 +0000 |
commit | 00499c097f0d62a0389d006b61d766cef0ba14ff (patch) | |
tree | 596ab8dc5d853ae3bb204b8ac539e247d337d574 /ChangeLog | |
parent | bc70ea70cd455261d185ec386e4c04ce9ccabf62 (diff) | |
download | ruby-00499c097f0d62a0389d006b61d766cef0ba14ff.tar.gz |
Set encodings of stdio after setting default internal and external.
* io.c (rb_stdio_set_default_encoding): added.
* ruby.c (process_options): call rb_stdio_set_default_encoding
after setting defualt internal and external.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24337 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Fri Jul 31 16:28:33 2009 NARUSE, Yui <naruse@ruby-lang.org> + + * io.c (rb_stdio_set_default_encoding): added. + + * ruby.c (process_options): call rb_stdio_set_default_encoding + after setting defualt internal and external. + Fri Jul 31 15:06:33 2009 NAKAMURA Usaku <usa@ruby-lang.org> * tool/compile_prelude.rb: too long string literal causes compile error |