mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14682 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
47aa40cd55
commit
c90dbedbb1
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Tue Dec 25 16:37:12 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
|
* enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.
|
||||||
|
|
||||||
Tue Dec 25 16:34:58 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
Tue Dec 25 16:34:58 2007 NAKAMURA Usaku <usa@ruby-lang.org>
|
||||||
|
|
||||||
* ext/dl/depend: add dependencies. [ruby-dev:32760]
|
* ext/dl/depend: add dependencies. [ruby-dev:32760]
|
||||||
|
|
|
@ -23633,7 +23633,7 @@ to_EUC_JP = {
|
||||||
};
|
};
|
||||||
static rb_transcoder
|
static rb_transcoder
|
||||||
rb_to_EUC_JP = {
|
rb_to_EUC_JP = {
|
||||||
"EUC_JP", "UTF-8", &to_EUC_JP, 2, 1,
|
"EUC-JP", "UTF-8", &to_EUC_JP, 2, 1,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue