summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-08-05 20:48:18 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-08-05 20:48:18 (GMT)
commitab262c413128aa57fcd17254b2d8a4d26102308d (patch)
treee49d8f101e7cff9661d03bfc4c3f8a8c5d6fa879 /unix/tclUnixInit.c
parent0bbbd7d066e098a29c7297c9cf64fd14b9fadcc6 (diff)
downloadtcl-ab262c413128aa57fcd17254b2d8a4d26102308d.zip
tcl-ab262c413128aa57fcd17254b2d8a4d26102308d.tar.gz
tcl-ab262c413128aa57fcd17254b2d8a4d26102308d.tar.bz2
Solaris mis-names the cp1251 encoding.
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 a47e763..e63160d 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.34.2.8 2005/05/24 04:20:12 das Exp $
+ * RCS: @(#) $Id: tclUnixInit.c,v 1.34.2.9 2005/08/05 20:48:19 dkf Exp $
*/
#if defined(HAVE_COREFOUNDATION)
@@ -81,6 +81,7 @@ typedef struct LocaleTable {
static CONST LocaleTable localeTable[] = {
#ifdef HAVE_LANGINFO
{"gb2312-1980", "gb2312"},
+ {"ansi-1251", "cp1251"}, /* Solaris gets this wrong. */
#ifdef __hpux
{"SJIS", "shiftjis"},
{"eucjp", "euc-jp"},