diff options
author | hobbs <hobbs> | 2003-05-15 18:06:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-05-15 18:06:04 (GMT) |
commit | 75ba5b1bc06ee264e72e85b18eb60fa5df8d4182 (patch) | |
tree | 6cc0e491a3a3c7b38f02c6df83ddacc23e28441b /ChangeLog | |
parent | 0f704fa75854412c44346eca435b262c33b5b5ec (diff) | |
download | tk-75ba5b1bc06ee264e72e85b18eb60fa5df8d4182.zip tk-75ba5b1bc06ee264e72e85b18eb60fa5df8d4182.tar.gz tk-75ba5b1bc06ee264e72e85b18eb60fa5df8d4182.tar.bz2 |
* unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312*
charset fonts. gb2312.enc was made to be euc-cn for Tcl because
that is what is most often meant, but X really wants the original
(-raw) gb2312 encoding. [Bug 557030]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2003-05-15 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tkUnixFont.c: use gb2312-raw as the alias for gb2312* + charset fonts. gb2312.enc was made to be euc-cn for Tcl because + that is what is most often meant, but X really wants the original + (-raw) gb2312 encoding. [Bug 557030] + 2003-05-14 Jeff Hobbs <jeffh@ActiveState.com> * library/msgs/fr.msg: updated msg catalog. [Bug #737790] (zolli) |