summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordavidg <davidg>2000-09-19 19:37:05 (GMT)
committerdavidg <davidg>2000-09-19 19:37:05 (GMT)
commit05b7a3b55f38610b766db4b48323334452f42fbe (patch)
tree1ed044c06e71bd1e022052cf100ec27d774ed3bc /ChangeLog
parent659ae5253a2b89900f75ee666690e9000bd0d31e (diff)
downloadtcl-05b7a3b55f38610b766db4b48323334452f42fbe.zip
tcl-05b7a3b55f38610b766db4b48323334452f42fbe.tar.gz
tcl-05b7a3b55f38610b766db4b48323334452f42fbe.tar.bz2
no message
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b733034..4800ea8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-09-19 David Gravereaux <davygrvy@ajubasolutions.com>
+
+ * doc/Eval.3: Added a note about the script argument to Tcl_Eval()
+ should be in UTF-8 or risk implied conversion errors when possible
+ combinations of upper ascii can be valid UTF-8 special codes.
+
2000-09-17 Eric Melski <ericm@ajubasolutions.com>
* tests/cmdIL.test: Added a test for fix for [Bug: 6212].