summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.7tip-656-pre-capiapnadkarni2023-02-233-40/+61
|\
| * minor bug-fix in utf-16/utf-32: 2 testcases failed in Tcl 9 compatibility mo...jan.nijtmans2023-02-221-6/+14
| * Merge 8.6jan.nijtmans2023-02-222-14/+49
| |\
| | * Fix [d19fe0a5b]: Handling incomplete byte sequences for utf-16/utf-32jan.nijtmans2023-02-222-3/+30
| | |\
| | | * Proposed fix for [d19fe0a5b]: Handling incomplete byte sequences for utf-16/u...jan.nijtmans2023-02-212-3/+30
* | | | Fix gcc warnings and encoding error message (bug [40c61a5d10])apnadkarni2023-02-233-5/+5
* | | | Merge 8.7apnadkarni2023-02-223-15/+32
|\ \ \ \ | |/ / /
| * | | Fix [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-222-13/+31
| |\ \ \
| | * | | Proposed fix for [5607d6482c]: strict ucs-2 never implemented (TIP #346/#656)jan.nijtmans2023-02-192-13/+31
| * | | | Merge 8.6jan.nijtmans2023-02-221-0/+2
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | Fix [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced via tcllib 1...jan.nijtmans2023-02-221-5/+7
| | |\ \ | | | |/ | | |/|
| | | * Proposed fix for [534172ff5b]: Crash in DeleteReflectedChannelMap (introduced...jan.nijtmans2023-02-211-5/+7
| | |/
* | | Add ICU tests for unmapped characters.apnadkarni2023-02-223-34/+2017
* | | Rework ICU tests to check validity of whole charmap in one test, else too man...apnadkarni2023-02-212-44/+144
* | | Generate test data from ICU UCM data files. SBCS only for nowapnadkarni2023-02-211-0/+185
* | | Fix replace profile handling of truncated surrogatesapnadkarni2023-02-202-10/+41
* | | Add UTF16 and UTF32 testsapnadkarni2023-02-201-56/+137
* | | Remove knownBug test constraints now that fix has been merged from core-8-branchapnadkarni2023-02-191-66/+65
* | | Minor refactoring/fixes after mergeapnadkarni2023-02-182-34/+12
* | | Merge 8.7 to pick up UTF-8 encoding fixapnadkarni2023-02-183-5/+14
|\ \ \ | |/ /
| * | Fix for [885c86a9a0]: convertfrom utf8 breaks for 4 byte utf encodingsjan.nijtmans2023-02-172-10/+14
| |\ \
| | * | complete fixjan.nijtmans2023-02-162-7/+7
| | * | Merge 8.7jan.nijtmans2023-02-162-15/+27
| | |\ \ | | |/ / | |/| |
| | * | Try to fix [885c86a9a0]. Doesn't work completely yet.jan.nijtmans2023-02-162-6/+10
* | | | Done with invalid utf-8 tableapnadkarni2023-02-181-37/+241
* | | | Part way through utf-8 test equivalence classesapnadkarni2023-02-173-202/+342
* | | | Merge 8.7apnadkarni2023-02-172-23/+35
|\ \ \ \ | |/ / /
| * | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8jan.nijtmans2023-02-162-14/+23
| |\ \ \
| | * | | Fix [5e6ae6e05e]: Implement -strict correctly for cesu-8jan.nijtmans2023-02-162-14/+23
| | |/ /
| * | | Fix [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindexjan.nijtmans2023-02-162-2/+5
| |\ \ \ | | |/ / | |/| |
| | * | Fix for [33ab6d08eb]: Inconsistent behavior with encoding convertfrom -failindexjan.nijtmans2023-02-152-2/+5
| |/ /
| * | Ticket [10c2c17c32] follow-up. One output char too much with -failindex.jan.nijtmans2023-02-152-0/+4
* | | Bit more work on encoding test framework. Long way to go.apnadkarni2023-02-162-168/+324
* | | Start on expanding encoding testsapnadkarni2023-02-152-47/+190
* | | Merge 8.7apnadkarni2023-02-154-39/+221
|\ \ \ | |/ /
| * | Fix for [bd1a60eb9c]: convertfrom utf-8 strict mode allows surrogates in inpu...jan.nijtmans2023-02-142-17/+60
| |\ \
| | * | Complete fix for [bd1a60eb9c]. Also fix a bug in the tableencoding. With test...jan.nijtmans2023-02-142-10/+52
| | * | Make a start fixing [bd1a60eb9c]. WIPjan.nijtmans2023-02-141-7/+8
| |/ /
| * | Fix for [10c2c17c32]: UTF-LE32 encoder mapping of surrogates. With testcases ...jan.nijtmans2023-02-132-4/+60
| |\ \
| | * | Add 4 more testcases, showing that the same bug is present in utf-16 as well....jan.nijtmans2023-02-092-8/+48
| | * | Add 4 testcases, showing that the bug fix introduces another (minor) problem....jan.nijtmans2023-02-091-0/+12
| * | | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencod...jan.nijtmans2023-02-122-0/+105
| |\ \ \
| | * | | Proposed fix (and testcases) for [4a7397e0b3]: Tcl 9: fcopy with -strictencod...jan.nijtmans2023-02-102-0/+105
| |/ / /
* | | | Remove obsolete commentapnadkarni2023-02-141-2/+0
* | | | Fix uniqueness parsing fconfigure -encoding / -encodingprofile optionsapnadkarni2023-02-141-2/+2
* | | | Bug [bd1a60eb9c]. Eliminate TCL_ENCODING_UTF.apnadkarni2023-02-141-7/+5
* | | | Tentative fix for [bd1a60eb9] - surrogates in strict utf-8apnadkarni2023-02-122-4/+12
* | | | Minor fixes and testsapnadkarni2023-02-125-14/+48
* | | | Added 'encoding profiles'apnadkarni2023-02-122-1/+39
* | | | Minor readability changesapnadkarni2023-02-122-38/+65