diff options
author | rmax <rmax> | 2002-07-05 11:16:01 (GMT) |
---|---|---|
committer | rmax <rmax> | 2002-07-05 11:16:01 (GMT) |
commit | 04e435eb58be31778370bb38c18952a2d6a782b1 (patch) | |
tree | 940e86bd10e97d8bf7d7b8bc2789412d194768bd /ChangeLog | |
parent | a407e1e0a4496d94823146e2bacf89ba0d5634f5 (diff) | |
download | tcl-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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |