summaryrefslogtreecommitdiffstats
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
commit446607a6d43b88116fd3557361da79a9e4e72e5e (patch)
treea8562daba5d396badb0fdac89c6c9928e5957373 /enc
parent3228c021119d7dca27be173f46ec0087275fb561 (diff)
downloadruby-446607a6d43b88116fd3557361da79a9e4e72e5e.tar.gz
ruby-446607a6d43b88116fd3557361da79a9e4e72e5e.tar.xz
ruby-446607a6d43b88116fd3557361da79a9e4e72e5e.zip
* enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.
git-svn-id: http://svn.ruby-lang.org/repos/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 3e03f2c96..1b0cc30ba 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,
};