From: Reinhard M. <rm...@us...> - 2002-07-05 13:14:27
|
Update of /cvsroot/tcl/tcl In directory usw-pr-cvs1:/tmp/cvs-serv15858 Modified Files: Tag: core-8-3-1-branch ChangeLog Log Message: * 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. |