diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-05 20:36:16 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2005-08-05 20:36:16 (GMT) |
commit | 5fd72765d25f4a41dc831d5c0a5d2baee4b3c379 (patch) | |
tree | 13c4e885921e1ba323ab8c819040f3b97f96e03e /unix/tclUnixInit.c | |
parent | d61e0cb11d0a44c4b2a98f3b2b9b0983dcbb1ed7 (diff) | |
download | tcl-5fd72765d25f4a41dc831d5c0a5d2baee4b3c379.zip tcl-5fd72765d25f4a41dc831d5c0a5d2baee4b3c379.tar.gz tcl-5fd72765d25f4a41dc831d5c0a5d2baee4b3c379.tar.bz2 |
Solaris mis-names the cp1251 encoding.
Diffstat (limited to 'unix/tclUnixInit.c')
-rw-r--r-- | unix/tclUnixInit.c | 3 |
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"}, |