diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2002-10-22 12:16:52 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2002-10-22 12:16:52 (GMT) |
commit | 5356bb251e4978b7dc52fb21ee811b516ef2329f (patch) | |
tree | 78bb48178b7ca498830be71dfb41beb86e600845 /ChangeLog | |
parent | bcd296f1929aa83bdf5693c9fbc268c61a55784e (diff) | |
download | tcl-5356bb251e4978b7dc52fb21ee811b516ef2329f.zip tcl-5356bb251e4978b7dc52fb21ee811b516ef2329f.tar.gz tcl-5356bb251e4978b7dc52fb21ee811b516ef2329f.tar.bz2 |
Documentation didn't say that the UTF-8-rep of a Tcl_Obj was UTF-8 (sans NUL)!
[Bug 624919]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2002-10-22 Donal K. Fellows <fellowsd@cs.man.ac.uk> + + * doc/StringObj.3, doc/Object.3: Documented that Tcl_Obj's + standard string form is a modified UTF-8; apparently, this was not + mentioned anywhere in the main docs, and lead to [Bug 624919]. + 2002-10-21 Daniel Steffen <das@users.sourceforge.net> * macosx/Tcl.pbproj/project.pbxproj: bumped version to 8.4.1 |