summaryrefslogtreecommitdiff
path: root/enc
diff options
context:
space:
mode:
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,
};