diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-28 00:40:47 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-28 00:40:47 (GMT) |
commit | 6875fa13ed77ee3b9fbd8277365f570919300bc5 (patch) | |
tree | fff428848af9ae6d966949794ab7ffa829ae5bd9 /ChangeLog | |
parent | e09eccf1c109d772ea755d25d028353093bbfa44 (diff) | |
download | tcl-6875fa13ed77ee3b9fbd8277365f570919300bc5.zip tcl-6875fa13ed77ee3b9fbd8277365f570919300bc5.tar.gz tcl-6875fa13ed77ee3b9fbd8277365f570919300bc5.tar.bz2 |
Embed the definition of the iso8859-1 encoding directly in Tcl.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2007-10-28 Donal K. Fellows <dkf@users.sf.net> + + * generic/tclEncoding.c (TclInitEncodingSubsystem): Hard code the + iso8859-1 encoding, as it's needed for more than just text (especially + binary encodings...) Note that other encodings rely on the encoding + being a table encoding (!) so we can't use more efficient encoding + mapping functions. + 2007-10-27 Donal K. Fellows <dkf@users.sf.net> * generic/regc_lex.c (lexescape): Close off one of the problems |