summaryrefslogtreecommitdiffstats
path: root/tools/encoding/txt2enc.c
Commit message (Collapse)AuthorAgeFilesLines
* Make txt2enc smarter, so we don't have to add DELETE any more in all ↵jan.nijtmans2023-02-221-2/+12
| | | | original tables, better keep them as-is.
* More encoding fixes, e.g. range 0x80-0x9F for dingbats and symbol. Remove ↵jan.nijtmans2023-02-211-13/+1
| | | | "-m" option from txt2enc.c tool, since the same is already handled in the table encoding code in Tcl itself. This was wat prevent Tcl to handle throwing exceptions correctly
* More uppercase HEX representations in source-code.jan.nijtmans2020-03-181-3/+3
|
* fix for [Bug 733221]Joe Mistachkin2003-05-101-4/+11
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+244