summaryrefslogtreecommitdiffstats
path: root/tools/uniClass.tcl
Commit message (Collapse)AuthorAgeFilesLines
* [Frq 3464401] Support Unicode 6.1jan.nijtmans2012-02-021-2/+2
|\
| * merge to feature branchrfe_3464401jan.nijtmans2012-01-261-6/+33
| |\
* | \ [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-221-6/+32
|\ \ \ | | |/ | |/|
| * | merge trunkrfe_3473670jan.nijtmans2012-01-221-6/+32
| | | | | | | | | | | | expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if UTF_MAX_CHAR > 3)
* | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+1
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+1
| |/
| * [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-6/+6
| | | | | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* | [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-6/+6
|/ | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* * tools/uniClass.tcl: added comments to output format and thehobbs2001-05-281-7/+49
| | | | | | | script for clarification. * tools/uniParse.tcl: corrected filename output and GetDelta macro to use 'info' as param (was 'infO')
* * unix/Makefile.in: Changed install-doc to install-man.stanton1999-06-241-0/+61
* tools/uniParse.tcl: * tools/uniClass.tcl: * tools/README: * tests/string.test: * generic/regc_locale.c: * generic/tclUniData.c: * generic/tclUtf.c: * doc/string.n: Updated Unicode character tables to reflect latest Unicode 2.1 data. Also rationalized "regexp" and "string is" definitions of character classes.