[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-devel:14160] Missing LocaleTable Entry, please apply the patch
- From: GOTO Masanori <gotom@debian.or.jp>
- Subject: [debian-devel:14160] Missing LocaleTable Entry, please apply the patch
- Date: Wed, 9 May 2001 22:25:44 +0900
- X-ml-info: If you have a question, send e-mail with the body "help" (without quotes) to the address debian-devel-ctl@debian.or.jp; help=<mailto:debian-devel-ctl@debian.or.jp?body=help>
- X-ml-name: debian-devel
- X-mlserver: fml [fml 3.0pl#17]; post only (anyone can post)
- Message-id: <wtwitjaac2c.wl@xxxxxxxxxxxxxxxxxxx>
- X-mail-count: 14160
- User-agent: Wanderlust/2.4.1 (Stand By Me) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386-debian-linux-gnu) MULE/4.1 (AOI)
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