diff options
author | hobbs <hobbs> | 2001-04-05 22:09:13 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2001-04-05 22:09:13 (GMT) |
commit | b2b4b531aa3e4f4277bc7097f4cde8b7722cb1ae (patch) | |
tree | f7f8e8e88208851d6146a06300f18d3e51426a4d /unix | |
parent | 65b0ae26bc6431cbb6fa5ef0ba4e2908b4f274aa (diff) | |
download | tk-b2b4b531aa3e4f4277bc7097f4cde8b7722cb1ae.zip tk-b2b4b531aa3e4f4277bc7097f4cde8b7722cb1ae.tar.gz tk-b2b4b531aa3e4f4277bc7097f4cde8b7722cb1ae.tar.bz2 |
changed iso10646* to iso10646-1 for accuracy in encoding aliases
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tkUnixFont.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tkUnixFont.c b/unix/tkUnixFont.c index e2a717a..7ffc42c 100644 --- a/unix/tkUnixFont.c +++ b/unix/tkUnixFont.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkUnixFont.c,v 1.8.2.1 2001/04/05 22:02:20 hobbs Exp $ + * RCS: @(#) $Id: tkUnixFont.c,v 1.8.2.2 2001/04/05 22:09:13 hobbs Exp $ */ #include "tkUnixInt.h" @@ -189,7 +189,7 @@ static EncodingAlias encodingAliases[] = { {"tis620", "tis620*"}, {"ksc5601", "ksc5601*"}, {"dingbats", "*dingbats"}, - {"ucs-2be", "iso10646*"}, + {"ucs-2be", "iso10646-1"}, {NULL, NULL} }; @@ -306,7 +306,7 @@ TkpFontPkgInit(mainPtr) } /* - * UCS2BE is unicode in big-endian format. + * UCS-2BE is unicode in big-endian format. * It is used in iso10646 fonts. */ |