diff options
author | ericm <ericm> | 2000-06-28 18:11:20 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-06-28 18:11:20 (GMT) |
commit | 5513f66815de5f44c874f0b1f50a3733d993121d (patch) | |
tree | a5d4aca08d4f997ae34180f0f00fdf094a73a1dd /ChangeLog | |
parent | dcd2eb5ea234b1417cd86cef74f801d2c108334b (diff) | |
download | tcl-5513f66815de5f44c874f0b1f50a3733d993121d.zip tcl-5513f66815de5f44c874f0b1f50a3733d993121d.tar.gz tcl-5513f66815de5f44c874f0b1f50a3733d993121d.tar.bz2 |
* tests/stringObj.test: Tweaked tests to avoid hardcoded
high-ASCII characters (which will fail in multibyte locales);
instead used \uXXXX syntax. [Bug: 3842].
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2000-06-27 Eric Melski <ericm@scriptics.com> + + * tests/stringObj.test: Tweaked tests to avoid hardcoded + high-ASCII characters (which will fail in multibyte locales); + instead used \uXXXX syntax. [Bug: 3842]. + 2000-06-26 Eric Melski <ericm@scriptics.com> * doc/package.n: Corrected information about [package forget] |