main
Make txt2enc smarter, so we don't have to add DELETE any more in all original tables, better keep them as-is.
* Merged changes from 8.1.0 branch
merged tcl 8.1 branch back into the main trunk
Update many tools/encoding/*.txt files to the latest version, but leave out character changes. Only add the new "cns11643" encoding, which belongs to the same group as big5
Update encodings (cp/iso) to latest version from unicode.org. *.enc-files not re-generated yet
remove unused variable
Fix [ecafd8611d]: Euro/Tail-sign missing from cp864 encoding
Fix execute permission on many files which shouldn't have it.
* library/encoding/iso2022-jp.enc: * library/encoding/iso2022.enc: * tools/encoding/iso2022-jp.esc: * tools/encoding/iso2022.esc: gave <ESC>$B precedence over <ESC>$@, based on comments (point 1) in [Bug #219283] (rfc 1468)
Add new encoding iso8859-11
Updated encodings with latest mappings from www.unicode.org. This did not include some Mac encodings that have special multi-unichar translations now (like symbols, dingbats and japanese). Also does not include big5, gb or euc* as those have different formats in the latest Unicode version that need new conversion tools. Not all related .enc files changed as some had been updates separately.
Merge 9.0. No need for 'package require registry' any more