diff options
author | patthoyts <patthoyts@users.sourceforge.net> | 2009-02-21 10:22:57 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@users.sourceforge.net> | 2009-02-21 10:22:57 (GMT) |
commit | 4e9a61da4ebdae3218ba32738cc6422743a9ae33 (patch) | |
tree | 122376f0f97d209210f64a27d8a4fbb3c0324b17 /ChangeLog | |
parent | 025768e70f99fabd95951aeba08eacf06a075cf3 (diff) | |
download | tk-4e9a61da4ebdae3218ba32738cc6422743a9ae33.zip tk-4e9a61da4ebdae3218ba32738cc6422743a9ae33.tar.gz tk-4e9a61da4ebdae3218ba32738cc6422743a9ae33.tar.bz2 |
[Bug 2546087] Restore support for NULs in console stdout channel.
In 2004 a fix to Tcl channels prevented the exposure of the
internal UTF-8 representation of the ASCII NUL character
(\uc080). Since then strings in the console have been truncated at
NUL. This restores the older behaviour.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2009-02-21 Pat Thoyts <patthoyts@users.sourceforge.net> + + * library/console.tcl: [Bug 2546087] In 2004 a fix to Tcl channels + prevented the exposure of the internal UTF-8 representation of the + ASCII NUL character (\uc080). Since then strings in the console + have been truncated at NUL. This restores the older behaviour. + 2009-02-17 Jeff Hobbs <jeffh@ActiveState.com> * win/tcl.m4, win/configure: Check if cl groks _WIN64 already to |