summaryrefslogtreecommitdiffstats
path: root/tools/uniParse.tcl
Commit message (Collapse)AuthorAgeFilesLines
* (c) -> ©, now that TIP #587 is acceptedjan.nijtmans2021-09-021-2/+2
|
* TIP #587 follow-up: Looks like -encoding utf-8 still was missing in some ↵jan.nijtmans2020-12-281-1/+1
| | | | places, only visible on Windows
* Don't use "Copyright <year> _by_" any more. This results in more ↵jan.nijtmans2020-11-201-2/+2
| | | | consistant copyright statements in the (html) documentation
* Prevent the usage of the term safe/unsafe child. Suggested by Keith Nash. ↵jan.nijtmans2020-09-141-2/+2
| | | | | Thanks! More usage of $index<0 in stead of $index==-1 consistantly
* Unicode 13 has a new range of characters from 0x30000 to 0x3134A, so ↵jan.nijtmans2020-03-171-2/+2
| | | | | generate those in the tables too. Add one reserved stub entry (Backported from 8.6)
* Update all tables to [http://unicode.org/versions/Unicode13.0.0/|Unicode 13] ↵jan.nijtmans2020-02-111-7/+7
| | | | (to be released March 10, 2020)
* For Tcl >= 8.7, always compile-in the extended Unicode tables, no matter the ↵jan.nijtmans2019-03-171-4/+4
| | | | value of TCL_UTF_MAX. Do this in all Tcl versions, in order to prevent merge conflicts in future Unicode table updates.
* Add emoji 11.0 to the set. Only active when compiled with TCL_UTF_MAX>3. ↵jan.nijtmans2018-05-111-4/+13
| | | | Also prepare tooling for Unicode 11.0 (while being on it)
* [Frq 3464401] Support Unicode 6.1jan.nijtmans2012-02-021-1/+1
|\
| * merge to feature branchjan.nijtmans2012-01-261-20/+43
| |\
* | \ [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-221-20/+43
|\ \ \ | | |/ | |/|
| * | [Frq 3473670]: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-221-20/+43
| |\ \ | | |/ | |/|
| | * merge trunkjan.nijtmans2012-01-221-2/+17
| | |\ | | |/ | |/| | | | expand all unicode tables and tools to eventually handle the unicode chars > 0xffff (if UTF_MAX_CHAR > 3)
| | * rfe-3473670: Various Unicode-related speedups/robustnessjan.nijtmans2012-01-141-18/+20
| |/
* | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-241-22/+14
|\ \ | |/
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-22/+14
| |
* | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-20/+28
|\ \ | |/
| * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-20/+28
| |
* | remove some debugging stuffjan.nijtmans2011-08-181-12/+1
|\ \ | |/
| * remove some debugging stuffjan.nijtmans2011-08-181-12/+1
| |
* | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-5/+14
|\ \ | |/
| * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-5/+14
| |
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-4/+0
|\ \ | |/ | | more harm than good. Purged them.
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-4/+0
| | | | | | more harm than good. Purged them.
| * [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-22/+26
| | | | | | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* | [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-22/+26
|/ | | | Upgrade everything to Unicode 6.0, except non-BMP characters > 0xFFFF
* * tools/uniClass.tcl: added comments to output format and thehobbs2001-05-281-3/+3
| | | | | | | 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-21/+38
| | | | | | | | | | | | | * 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.
* merged tcl 8.1 branch back into the main trunkstanton1999-04-161-0/+369