aboutsummaryrefslogtreecommitdiffstats
path: root/enc
diff options
context:
space:
mode:
Diffstat (limited to 'enc')
-rw-r--r--enc/euc_jp.c2
-rw-r--r--enc/trans/japanese.trans4
2 files changed, 3 insertions, 3 deletions
diff --git a/enc/euc_jp.c b/enc/euc_jp.c
index ea073666f5..fb8bf41c25 100644
--- a/enc/euc_jp.c
+++ b/enc/euc_jp.c
@@ -377,7 +377,7 @@ ENC_ALIAS("eucJP", "EUC-JP") /* UI-OSF Application Platform Profile for Japanese
* Link: http://ja.wikipedia.org/wiki/EUC-JP
*/
ENC_REPLICATE("eucJP-ms", "EUC-JP") /* TOG/JVC CDE/Motif Technical WG */
-ENC_ALIAS("euc-jp-ms", "EUC-JP")
+ENC_ALIAS("euc-jp-ms", "eucJP-ms")
/*
* Name: CP51932
diff --git a/enc/trans/japanese.trans b/enc/trans/japanese.trans
index 42d3ffb483..796098c9c2 100644
--- a/enc/trans/japanese.trans
+++ b/enc/trans/japanese.trans
@@ -31,7 +31,7 @@
citrus_decode_mapsrc("euc", 0x0080, "JISX0201-KANA/UCS") +
citrus_decode_mapsrc("euc", 0x8000, "JISX0212/UCS")
- transcode_tblgen "EUC-JP-MS", "UTF-8",
+ transcode_tblgen "eucJP-ms", "UTF-8",
[["{00-7f}", :nomap]] +
citrus_decode_mapsrc("euc", 0x8080, "JISX0208VDC:NEC/UCS,JISX0208UDC/UCS,JISX0208:MS/UCS") +
citrus_decode_mapsrc("euc", 0x0080, "JISX0201-KANA/UCS") +
@@ -49,7 +49,7 @@
citrus_decode_mapsrc("euc", 0x0080, "UCS/JISX0201-KANA") +
citrus_decode_mapsrc("euc", 0x8000, "UCS/JISX0212")
- transcode_tblgen "UTF-8", "EUC-JP-MS",
+ transcode_tblgen "UTF-8", "eucJP-ms",
[["{00-7f}", :nomap]] +
citrus_decode_mapsrc("euc", 0x8080, "UCS/JISX0208:MS,UCS/JISX0208VDC:NEC,UCS/JISX0208UDC") +
citrus_decode_mapsrc("euc", 0x0080, "UCS/JISX0201-KANA") +