diff options
author | Kevin B Kenny <kennykb@acm.org> | 2003-02-13 23:49:47 (GMT) |
---|---|---|
committer | Kevin B Kenny <kennykb@acm.org> | 2003-02-13 23:49:47 (GMT) |
commit | bd6ef46ac1eac8105c432e3ae7fb7addd1efdc07 (patch) | |
tree | 9a331203e4909d4d93c1aab0699629312b9ca703 /ChangeLog | |
parent | 5b22ab3651ec3142fdb0850737ffe806327489b8 (diff) | |
download | tcl-bd6ef46ac1eac8105c432e3ae7fb7addd1efdc07.zip tcl-bd6ef46ac1eac8105c432e3ae7fb7addd1efdc07.tar.gz tcl-bd6ef46ac1eac8105c432e3ae7fb7addd1efdc07.tar.bz2 |
Added conversion from the system encoding to tcl_platform(user), so
that it works with non-ASCII7 user names. [Bug 685926]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-02-13 Kevin Kenny <kennykb@users.sourceforge.net> + * win/tclWinInit.c: Added conversion from the system encoding + to tcl_platform(user), so that it works with non-ASCII7 user names. + [Bug 685926] + +2003-02-13 Kevin Kenny <kennykb@users.sourceforge.net> + * doc/tclsh.1: Added language to describe the handling of the end-of-file character \u001a embedded in a script file. [Bug 685485] |