diff options
author | hobbs <hobbs> | 2003-05-15 18:05:04 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-05-15 18:05:04 (GMT) |
commit | 4e6d219ac7413ff6b0b0d277f6d9596e175a0159 (patch) | |
tree | 91d5d8667c30771123ba2d6c111369d9d2d79cdb /ChangeLog | |
parent | 383c57e303ed5a310a6bbc948e41adaf41a89b55 (diff) | |
download | tk-4e6d219ac7413ff6b0b0d277f6d9596e175a0159.zip tk-4e6d219ac7413ff6b0b0d277f6d9596e175a0159.tar.gz tk-4e6d219ac7413ff6b0b0d277f6d9596e175a0159.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) |