diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-19 08:52:46 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2001-09-19 08:52:46 (GMT) |
commit | 000f29b52802a11b293d0629589c2a7aa652cda7 (patch) | |
tree | 4c372cce312a5fa051b945de7d65071bb0925470 /ChangeLog | |
parent | b53d7f844a52e25261a68ee3e64737a00f818f27 (diff) | |
download | tcl-000f29b52802a11b293d0629589c2a7aa652cda7.zip tcl-000f29b52802a11b293d0629589c2a7aa652cda7.tar.gz tcl-000f29b52802a11b293d0629589c2a7aa652cda7.tar.bz2 |
TclNeedSpace is now UTF8-aware. (Bug #411825 from <arobert3434@users.sf.net>)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2001-09-19 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * tests/util.test (util-8.1): Test derived from code to detect the + problem, but the test always works in the C locale, so beware if + you are maintaining the code. + * generic/tclUtil.c (TclNeedSpace): Rewrote to be UTF-8 aware. + [Bug 411825, but not that patch which would have added extra + spaces if there was a real non-ASCII space involved. ] + 2001-09-18 Andreas Kupries <andreas_kupries@users.sourceforge.net> * generic/tclIOCmd.c (Tcl_PutsObjCmd): Rewritten to have saner and |