summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixInit.c
diff options
context:
space:
mode:
authordonal.k.fellows@manchester.ac.uk <dkf>2005-08-05 20:36:16 (GMT)
committerdonal.k.fellows@manchester.ac.uk <dkf>2005-08-05 20:36:16 (GMT)
commit06f125480344e8f9fc70efbe8718b69c28f7fe24 (patch)
tree13c4e885921e1ba323ab8c819040f3b97f96e03e /unix/tclUnixInit.c
parent46773ddf5d3e3ccdd673bd460a2cf15194592b84 (diff)
downloadtcl-06f125480344e8f9fc70efbe8718b69c28f7fe24.zip
tcl-06f125480344e8f9fc70efbe8718b69c28f7fe24.tar.gz
tcl-06f125480344e8f9fc70efbe8718b69c28f7fe24.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 c634083..4cc8786 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.59 2005/07/20 23:16:01 dkf Exp $
+ * RCS: @(#) $Id: tclUnixInit.c,v 1.60 2005/08/05 20:36:18 dkf Exp $
*/
#include "tclInt.h"
@@ -141,6 +141,7 @@ typedef struct LocaleTable {
static CONST LocaleTable localeTable[] = {
{"", "iso8859-1"},
+ {"ansi-1251", "cp1251"},
{"ansi_x3.4-1968", "iso8859-1"},
{"ascii", "ascii"},
{"big5", "big5"},