summaryrefslogtreecommitdiffstats
path: root/tests/encoding.test
Commit message (Expand)AuthorAgeFilesLines
* Add koi8-ru and koi8-t encodingsjan.nijtmans2024-03-271-1/+1
|\
| * Add koi8-ru and koi8-t encodingsjan.nijtmans2024-03-271-1/+1
| |\
| | * Add koi8-ru and koi8-t encodings, completing the 4 "koi8" encodings available...jan.nijtmans2024-03-261-1/+1
* | | Add test cases for [80d4c1c7e5]apnadkarni2024-02-071-2/+4
| | |
| \ \
*-. \ \ Merge 8.7. Remove 2 (internal) stub entries which are not used any more.jan.nijtmans2023-11-231-8/+5
|\ \ \ \ | | |/ / | |/| |
| | * | Testing commands [test(g|s)etencpath] have evolved themselves into functionaldgp2023-10-301-8/+5
| * | | Remove testgetencpath/testsetencpath test commands: Testcase can use "encodin...jan.nijtmans2023-11-231-8/+5
| |/ /
* | | Merge 8.7jan.nijtmans2023-09-281-17/+22
|\ \ \ | |/ /
| * | test-case cleanupjan.nijtmans2023-09-281-45/+76
* | | Merge 8.7jan.nijtmans2023-09-201-9/+5
|\ \ \ | |/ /
* | | Merge 8.7jan.nijtmans2023-08-251-1/+1
|\ \ \ | |/ /
| * | Merge "revert-dup-pure" branch: get rid of TclDuplicatePureObj()jan.nijtmans2023-08-251-1/+1
* | | Merge 8.7 - Fix UtfToUtf16Procapnadkarni2023-08-181-5/+1
|\ \ \ | |/ /
| * | Fix UtfToUtf16Proc and UtfToUCS2Proc to not assume sizeof(Tcl_UniChar) is siz...apnadkarni2023-08-181-5/+1
* | | Add some implicit "-profile tcl8" to testcasesjan.nijtmans2023-07-271-1/+1
* | | Merge 8.7jan.nijtmans2023-07-041-41/+29
|\ \ \ | |/ /
| * | Use more uppercase hex in documentation and test-cases (for consistancy)jan.nijtmans2023-07-041-41/+29
| * | Backport fix [66ffafd309]. DBCS infinite loop on invalid encodingapnadkarni2023-07-021-0/+21
* | | Tests for [66ffafd309]apnadkarni2023-07-021-0/+22
* | | Merge 8.7 - Bug [6a3e2cb0f0] - invalid bytes in escape encodingsapnadkarni2023-06-291-0/+9
|\ \ \ | |/ /
| * | Bug [6a3e2cb0f0] - invalid bytes in escape encodingsapnadkarni2023-06-291-0/+9
* | | Fix previous errors in encoding.testpooryorick2023-06-271-10/+13
* | | Merge 8.7jan.nijtmans2023-06-131-1/+1
|\ \ \ | |/ /
| * | Specify implicit "-profile tcl8" in encoding-24.4 testcasejan.nijtmans2023-06-131-1/+1
| * | Merge 8.7apnadkarni2023-03-161-3/+1
| |\ \
| * | | Change -encodingprofile to -profileapnadkarni2023-03-161-5/+5
| * | | Merge 8.7apnadkarni2023-03-141-3/+61
| |\ \ \
| * | | | Bug [e778e3f804]. Fix error message for invalid profile name.apnadkarni2023-03-021-0/+8
| * | | | Merge 8.7apnadkarni2023-02-241-2/+2
| |\ \ \ \
| * \ \ \ \ Merge 8.7apnadkarni2023-02-231-7/+12
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge 8.7apnadkarni2023-02-221-1/+7
| |\ \ \ \ \
| * | | | | | Minor refactoring/fixes after mergeapnadkarni2023-02-181-2/+2
| * | | | | | Merge 8.7 to pick up UTF-8 encoding fixapnadkarni2023-02-181-1/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7apnadkarni2023-02-171-6/+15
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge 8.7apnadkarni2023-02-151-3/+61
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge core-8-branchapnadkarni2023-02-071-3/+9
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use common option parsing for ConvertfromObjCmd. Fix test error messages.apnadkarni2023-02-021-3/+3
| * | | | | | | | | | Replace encoding -strict etc. with -profileapnadkarni2023-02-021-66/+66
* | | | | | | | | | | Make some tests select an encoding profile instead of relying on the default.pooryorick2023-05-041-13/+30
* | | | | | | | | | | Make encoding profile explicit in some tests.pooryorick2023-04-171-21/+21
* | | | | | | | | | | Correct some test descriptions in encoding.test.pooryorick2023-04-171-3/+3
* | | | | | | | | | | Missed two tests. Blast it :-(apnadkarni2023-03-161-2/+2
* | | | | | | | | | | Merge 9.0apnadkarni2023-03-161-5/+11
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.7dgp2023-03-151-3/+1
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | |
| | * | | | | | | | | | Merge in constraint spelling fix. Keep it in case the knownBug constraint is...dgp2023-03-151-3/+1
| | |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|/ / | | |/| | | | | | | | / | | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | | * | | | | | | | Misspelled constraint created testing noise.dgp2023-03-151-1/+1
* | | | | | | | | | | unicode -> utf-16. Remove some unneeded encodingProfileTodo constraintsjan.nijtmans2023-03-161-11/+1
* | | | | | | | | | | Change -encodingprofile to -profileapnadkarni2023-03-161-5/+5
* | | | | | | | | | | Merge 9.0. Also fix replace profile handling of orphan surrogatesapnadkarni2023-03-141-3/+61
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | Merge 8.7jan.nijtmans2023-03-141-5/+5
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / /