summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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].