summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:37:15 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-12-25 07:37:15 +0000
commitc90dbedbb1dab110596bad9d255bc61a86b89eb0 (patch)
treea8562daba5d396badb0fdac89c6c9928e5957373 /enc
parent47aa40cd55fa484b643559a25c27e77e209b5a6c (diff)
* 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
Diffstat (limited to 'enc')
-rw-r--r--enc/trans/japanese.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/enc/trans/japanese.c b/enc/trans/japanese.c
index 3e03f2c969..1b0cc30ba5 100644
--- a/enc/trans/japanese.c
+++ b/enc/trans/japanese.c
@@ -23633,7 +23633,7 @@ to_EUC_JP = {
};
static rb_transcoder
rb_to_EUC_JP = {
- "EUC_JP", "UTF-8", &to_EUC_JP, 2, 1,
+ "EUC-JP", "UTF-8", &to_EUC_JP, 2, 1,
NULL, NULL,
};