Commit 76ec862
authored
Two more fixes for non-UTF-8 tests (#7681)
* Windows path tests: skip if not representable
Not all ANSI encodings can represent accented Latin characters. For
non-representable strings, enc2native() may substitute a different
character (observed: "o" instead of "o with an umlaut), which fails a
later comparison of the file name with the original, non-converted
string.
* Drop native encoding requirement
Test 1164.1 should pass with UTF-8 encoded strings without converting
them to the native encoding.1 parent 2537862 commit 76ec862
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4249 | 4249 | | |
4250 | 4250 | | |
4251 | 4251 | | |
4252 | | - | |
| 4252 | + | |
4253 | 4253 | | |
4254 | 4254 | | |
4255 | 4255 | | |
| |||
13512 | 13512 | | |
13513 | 13513 | | |
13514 | 13514 | | |
13515 | | - | |
| 13515 | + | |
13516 | 13516 | | |
13517 | 13517 | | |
13518 | 13518 | | |
| |||
0 commit comments