diff options
author | hobbs <hobbs> | 2006-10-05 21:27:43 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2006-10-05 21:27:43 (GMT) |
commit | 5c25999ae1a7b55800fc818f52b730e61cd0e39d (patch) | |
tree | 55ed022544301bbbddf9f54cbe8e89afb660f0ee /ChangeLog | |
parent | 79e0492ccc5fa09d42f26d73e401e7d4ecc6a3dd (diff) | |
download | tk-5c25999ae1a7b55800fc818f52b730e61cd0e39d.zip tk-5c25999ae1a7b55800fc818f52b730e61cd0e39d.tar.gz tk-5c25999ae1a7b55800fc818f52b730e61cd0e39d.tar.bz2 |
* unix/tkUnixFont.c (Ucs2beToUtfProc, UtfToUcs2beProc):
(TkpFontPkgInit, encodingAliases): Correct alignment issues in
encoding conversion. Call ucs-2be "unicode" on big-endian
systems. [Bug 1122671]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2006-10-05 Jeff Hobbs <jeffh@ActiveState.com> + + * unix/tkUnixFont.c (Ucs2beToUtfProc, UtfToUcs2beProc): + (TkpFontPkgInit, encodingAliases): Correct alignment issues in + encoding conversion. Call ucs-2be "unicode" on big-endian + systems. [Bug 1122671] + 2006-09-27 Andreas Kupries <andreask@activestate.com> * unix/Makefile.in (install-binaries): Added a second guard to the |