summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-29 10:05:39 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-01-29 10:05:39 +0000
commit74b254e8335d3fe5570edc1284b63aa562d198d6 (patch)
treeac6e90e7c4923896822183d12498156a8bb542c1 /enc
parentf3ed7fa2335ae52b8c07ac4bd3e039628b6f1e8b (diff)
* enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'.
* common.mk: add rules for transdb.h. * transcode.c (init_transcoder_table): use transdb.h. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15317 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 e523ca7100..fbd7937d04 100644
--- a/enc/trans/japanese.c
+++ b/enc/trans/japanese.c
@@ -13364,7 +13364,7 @@ rb_to_SHIFT_JIS = {
};
static const rb_transcoder
rb_to_Windows_31J = {
- "UTF-8", "Windows_31J", &to_SHIFT_JIS, 2, 1,
+ "UTF-8", "Windows-31J", &to_SHIFT_JIS, 2, 1,
NULL, NULL,
};