summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-06-28 18:11:20 (GMT)
committerericm <ericm>2000-06-28 18:11:20 (GMT)
commit5513f66815de5f44c874f0b1f50a3733d993121d (patch)
treea5d4aca08d4f997ae34180f0f00fdf094a73a1dd /ChangeLog
parentdcd2eb5ea234b1417cd86cef74f801d2c108334b (diff)
downloadtcl-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 68cb1d4..4dab71c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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]