summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2000-10-31 00:48:52 (GMT)
committerhobbs <hobbs@noemail.net>2000-10-31 00:48:52 (GMT)
commit060f8fcbda1086178e0507e0b3271549dbb0d635 (patch)
tree7526b6fb83a409eb307ee5257d9c5679c9fc0544 /unix/tclUnixInit.c
parent3d90145de903f13ae214890ef25fe504deb5ef23 (diff)
downloadtcl-060f8fcbda1086178e0507e0b3271549dbb0d635.zip
tcl-060f8fcbda1086178e0507e0b3271549dbb0d635.tar.gz
tcl-060f8fcbda1086178e0507e0b3271549dbb0d635.tar.bz2
* unix/tclUnixInit.c: added default encoding map from
"ja_JP.eucJP" to "euc-jp". (takahashi) FossilOrigin-Name: e102dff84946a58b99dd9c4c222632467192b659
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r--unix/tclUnixInit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/unix/tclUnixInit.c b/unix/tclUnixInit.c
index fb664bd..dcff38b 100644
--- a/unix/tclUnixInit.c
+++ b/unix/tclUnixInit.c
@@ -7,7 +7,7 @@
* Copyright (c) 1999 by Scriptics Corporation.
* All rights reserved.
*
- * RCS: @(#) $Id: tclUnixInit.c,v 1.19 2000/05/18 21:36:35 hobbs Exp $
+ * RCS: @(#) $Id: tclUnixInit.c,v 1.20 2000/10/31 00:48:53 hobbs Exp $
*/
#include "tclInt.h"
@@ -58,6 +58,7 @@ typedef struct LocaleTable {
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"},