-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* encoding.c (rb_locale_encoding): should check return value from
rb_locale_charmap(). * ruby.c (locale_encoding): removed. * ruby.c (process_options): use rb_locale_encoding() instead of locale_encoding(). * ext/readline/readline.c (readline_readline): use locale encoding instead of input IO's encoding. [ruby-dev:32872] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
4 changed files
with
20 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
Fri Dec 28 19:39:34 2007 NAKAMURA Usaku <[email protected]> | ||
|
||
* encoding.c (rb_locale_encoding): should check return value from | ||
rb_locale_charmap(). | ||
|
||
* ruby.c (locale_encoding): removed. | ||
|
||
* ruby.c (process_options): use rb_locale_encoding() instead of | ||
locale_encoding(). | ||
|
||
* ext/readline/readline.c (readline_readline): use locale encoding | ||
instead of input IO's encoding. [ruby-dev:32872] | ||
|
||
Fri Dec 28 19:29:07 2007 NAKAMURA Usaku <[email protected]> | ||
|
||
* ext/readline/readline.c (readline_readline, readline_s_set_input): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters