summaryrefslogtreecommitdiffstats
path: root/tests/utf.test
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-02-191-6/+6
|\
* | Fix "string tolower" and friends for handling unpaired surrogates correctly. ...jan.nijtmans2018-06-241-0/+15
* | Merge 8.6. And add more documentation and test-cases regarding the behavior o...jan.nijtmans2018-06-181-0/+12
|\ \ | |/
* | Remove some tip389 restrictions in test-cases, which are no longer necessary. jan.nijtmans2018-05-071-10/+8
* | Implement special "string totitle" for Extended Georgian characters (new beha...jan.nijtmans2018-05-011-0/+12
* | Update test-cases, so they are selected or not for -DTCL_UTF_MAX=6. Now all ...jan.nijtmans2018-04-261-5/+5
|/
* (cherry-pick from core-8-6-8-rc): Duplicate test namesjan.nijtmans2017-12-061-1/+1
* Fix Tcl_UtfFindFirst()/Tcl_UtfFindLast(), which were broken by [83c0c569d6]. ...jan.nijtmans2017-11-291-2/+9
* Don't use Unicode character \udead in test-cases, because it is an invalid Un...jan.nijtmans2017-11-071-2/+2
* Fix [2738427]: Tcl_NumUtfChars(...) no overflow check.jan.nijtmans2017-06-081-1/+5
|\
* | tclUtil.c: Use TclUtfToUniChar() in stead of handling ASCII characters separa...jan.nijtmans2017-06-081-4/+7
* | Add more test-cases for UTF-8 parser, including test-cases for TCL_UTF_MAX=4 ...jan.nijtmans2017-06-061-6/+32
* | Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missi...jan.nijtmans2016-04-081-1/+1
|\ \ | |/
| * Fix [8663689908d3304a74fee525cd04aa4162e86391|8663689908d3]: regexp \\w missi...jan.nijtmans2016-04-081-1/+1
* | Make sure all uses of the [testbytestring] command are constrained.dgp2014-11-071-20/+20
* | Resolve test conflicts over global varsdgp2014-10-101-2/+4
* | Modify the "gettimes" test-command to use the Tcl_Obj API. jan.nijtmans2014-07-161-46/+48
* | Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longe...jan.nijtmans2014-07-111-15/+15
|\ \ | |/
| * Starting with Unicode 6.3, the mongolian vowel separator (U+180e) is no longe...jan.nijtmans2014-07-111-15/+15
* | Fix uniClass tool which was the real cause for [a876646efe], and add test-cas...jan.nijtmans2013-06-181-2/+2
|\ \ | |/
| * Fix uniClass tool which was the real cause for [a876646efe], and add test-cas...jan.nijtmans2013-06-181-2/+2
* | No longer build tcltest.exe to run the tests,but use tclsh86.exe in combinati...jan.nijtmans2012-07-291-0/+3
* | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
|\ \ | |/
| * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
| |\
| | * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2012-01-091-0/+28
* | | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-241-0/+8
|\ \ \ | |/ /
| * | [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-241-3/+14
| |\ \ | | |/
| | * [Bug 3464428] string is graph \u0120 is wrongjan.nijtmans2011-12-231-3/+18
* | | Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-111-0/+4
|\ \ \ | |/ /
| * | [Bug 3457031]: Some Unicode 6.0 chars not in [:print:] classjan.nijtmans2011-12-111-0/+4
* | | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
|\ \ \ | |/ /
| * | [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
| |\ \ | | |/
| | * [Bug 3444754] string tolower \u01c5 is wrongjan.nijtmans2011-12-071-2/+2
* | | Merge to feature branchjan.nijtmans2011-08-181-2/+3
|\ \ \
| * \ \ [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-2/+3
| |\ \ \ | | |/ /
| | * | [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-2/+3
| | |\ \ | | | |/
| | | * [Bug 3393714] overflow in toupper deltajan.nijtmans2011-08-181-2/+3
* | | | Merge to feature branchjan.nijtmans2011-08-171-3/+6
|\ \ \ \ | |/ / /
| * | | separate test for overflowed and negative Tcl_UniCharjan.nijtmans2011-08-171-3/+6
| |/ /
* | | TIP 388 implementationjan.nijtmans2011-08-121-1/+13
|/ /
* | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| * [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-17/+18
| * * generic/tclUtf.c (Tcl_UniCharToUtf): Corrected handling of negativedgp2005-09-071-1/+4
| * Added constraint to the new tests.dgp2003-10-081-9/+10
| * Made Tcl_NumUtfChars do the right thing with \u0000 when guessing the lengthdkf2003-10-081-4/+19
| * Removed test number dups [Bugs 710322, 710327, 710349, 710363]dkf2003-03-271-16/+3
| * * generic/TclUtf.c (Tcl_UniCharNcasecmp): Corrected failure to dgp2003-03-061-2/+36
* | [Bug 3085863]: tclUniData 9 years oldnijtmans2010-10-231-17/+17
* | * tests/utf.test (utf-25.1--utf-25.4): Modified tests toKevin B Kenny2007-05-021-33/+67