summaryrefslogtreecommitdiffstats
path: root/tools/encoding/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Make txt2enc smarter, so we don't have to add DELETE any more in all ↵jan.nijtmans2023-02-221-1/+1
| | | | original tables, better keep them as-is.
* More encoding fixes, e.g. range 0x80-0x9F for dingbats and symbol. Remove ↵jan.nijtmans2023-02-211-1/+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
* Proposed fix for [4bea02e811]: encoding convertfrom -strict ascii \x7f ↵jan.nijtmans2023-02-201-6/+1
| | | | generates exception
* Purge end-of-line spacing in tools/encoding directoryjan.nijtmans2020-07-161-6/+6
|
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+110