[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-devel:14160] Missing LocaleTable Entry, please apply the patch



Package: tcl8.2
Version: 8.2.3-5
Severity: normal

tcl8.2 has a missing locale table data for `ja_JP.eucJP'.
Please apply the below patch.

--- tcl8.2-8.2.3.orig/unix/tclUnixInit.c
+++ tcl8.2-8.2.3/unix/tclUnixInit.c
@@ -58,6 +58,7 @@
 static CONST LocaleTable localeTable[] = {
     {"ja_JP.SJIS",	"shiftjis"},
     {"ja_JP.EUC",	"euc-jp"},
+    {"ja_JP.eucJP",	"euc-jp"},
     {"ja_JP.JIS",	"iso2022-jp"},
     {"ja_JP.mscode",	"shiftjis"},
     {"ja_JP.ujis",	"euc-jp"},

Regards,
-- GOTO Masanori