summaryrefslogtreecommitdiffstats
path: root/tests/encoding.test
Commit message (Collapse)AuthorAgeFilesLines
* Merge 9.0jan.nijtmans2025-06-041-4/+4
|\
| * fix leak in lseq.testjan.nijtmans2025-06-041-4/+4
| |
* | Test Tcl_GetEncodingName* functions callable via stubscore-tip-716-91apnadkarni2025-06-031-0/+10
|/
* Merge core-9-0-branchapnadkarni2025-06-011-1/+20
|\
| * Handle tcl8 and replace profiles for truncated escape encodings. Add tests.apnadkarni2025-05-261-1/+20
| |
* | Fix Unix build. Add basic testsapnadkarni2025-04-141-1/+27
|/
* Indenting in testcases. Always use tabs in stead of 8 spacesjan.nijtmans2024-10-091-5/+5
|
* compile-13.2: added dynamic constraint for unix boxes (avoid SO for small ↵jan.nijtmans2024-09-141-1/+1
|\ | | | | | | | | stack limit) - ensure the stack is large enough for this test (larger than 2048) Update testcase
| * Update testcasejan.nijtmans2024-09-141-1/+1
| |
* | Fix [63325009a8]: \u0400 conversion to and from cesu-8 failsjan.nijtmans2024-09-131-0/+3
|\ \ | |/
| * Fix [63325009a8]: \u0400 conversion to and from cesu-8 fails.jan.nijtmans2024-09-131-0/+3
| |
* | Fix [2f22a7364d]: cesu-8 encoding gives same result for different stringsjan.nijtmans2024-08-131-0/+3
|\ \ | |/
| * Fix [2f22a7364d]: cesu-8 encoding gives same result for different stringsjan.nijtmans2024-08-131-0/+3
| |
* | Proposed fix for crash [201c7a3aa6] - crash on non-BMPapnadkarni2024-08-091-0/+10
| |
* | Eliminate "-encoding binary" in all test-casesjan.nijtmans2024-06-241-2/+2
|\ \ | |/
| * Eliminate "-encoding binary" as much as possible in testcasesjan.nijtmans2024-06-241-1/+1
| |
* | Revise use of "-translation binary" in testcases: Use it where useful, don't ↵jan.nijtmans2024-06-211-4/+4
|\ \ | |/ | | | | use it any more where misleading
| * Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-211-4/+4
| |\ | | | | | | | | | don't use it any more where misleading
| | * Revise use of "-translation binary" in testcases: Use it where usefull, ↵jan.nijtmans2024-06-211-4/+4
| | | | | | | | | | | | don't use it any more where misleading
* | | 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 ↵jan.nijtmans2024-03-261-1/+1
| | | | | | | | | | | | available in iconv.
* | | 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
| | | | | | | | | | | | duplicates of [encoding dirs]. We don't need them anymore.
| * | | Remove testgetencpath/testsetencpath test commands: Testcase can use ↵jan.nijtmans2023-11-231-8/+5
| |/ / | | | | | | | | | "encoding dirs" as well. (borrowed from bug-2a0966cdc9 branch, testcase only)
* | | 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 ↵apnadkarni2023-08-181-5/+1
| | | | | | | | | | | | size of UTF16 / UCS2 code unit"
* | | 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
| |\ \ \ \ \