diff options
author | dgp <dgp@users.sourceforge.net> | 2005-09-07 15:31:09 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-09-07 15:31:09 (GMT) |
commit | 0a42d952ff2cba9243fc2f432420bffb52aa9e70 (patch) | |
tree | 481a4f34db391c90f180dc321a489ae8e50bff99 /ChangeLog | |
parent | 2a03bdad453a632583f84f71bf5091c682999d90 (diff) | |
download | tcl-0a42d952ff2cba9243fc2f432420bffb52aa9e70.zip tcl-0a42d952ff2cba9243fc2f432420bffb52aa9e70.tar.gz tcl-0a42d952ff2cba9243fc2f432420bffb52aa9e70.tar.bz2 |
* generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative
* tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect
handling was producing byte sequences outside of Tcl's legal internal
encoding. [Bug 1283976].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-09-07 Don Porter <dgp@users.sourceforge.net> + + * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negative + * tests/utf.test (utf-1.5): Tcl_UniChar input value. Incorrect + handling was producing byte sequences outside of Tcl's legal internal + encoding. [Bug 1283976]. + 2005-09-06 Donal K. Fellows <donal.k.fellows@man.ac.uk> * generic/tclInt.h (List): Added flag to keep track of whether a list |