summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorrmax <rmax>2002-07-05 11:16:01 (GMT)
committerrmax <rmax>2002-07-05 11:16:01 (GMT)
commit04e435eb58be31778370bb38c18952a2d6a782b1 (patch)
tree940e86bd10e97d8bf7d7b8bc2789412d194768bd /ChangeLog
parenta407e1e0a4496d94823146e2bacf89ba0d5634f5 (diff)
downloadtcl-04e435eb58be31778370bb38c18952a2d6a782b1.zip
tcl-04e435eb58be31778370bb38c18952a2d6a782b1.tar.gz
tcl-04e435eb58be31778370bb38c18952a2d6a782b1.tar.bz2
* generic/tclClock.c (FormatClock): Convert the format string to
UTF8 before calling TclpStrftime, so that non-ASCII characters don't get mangled when the result string is being converted back. * tests/clock.test: Added a test for that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f93b24..119eaa0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2002-07-05 Reinhard Max <max@suse.de>
+
+ * generic/tclClock.c (FormatClock): Convert the format string to
+ UTF8 before calling TclpStrftime, so that non-ASCII characters
+ don't get mangled when the result string is being converted back.
+ * tests/clock.test: Added a test for that.
+
2002-07-05 Donal K. Fellows <fellowsd@cs.man.ac.uk>
* unix/Makefile.in (ro-test,ddd,GDB,DDD): Created new targets to