Commit fa3ba4c
committed
Issue #18609: Add a fast-path for "iso8859-1" encoding
On AIX, the locale encoding may be "iso8859-1", which was not a known syntax of
the legacy ISO 8859-1 encoding.
Using a C codec instead of a Python codec is faster but also avoids tricky
issues during Python startup or complex code.1 parent bebba50 commit fa3ba4c
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3021 | 3021 | | |
3022 | 3022 | | |
3023 | 3023 | | |
3024 | | - | |
| 3024 | + | |
| 3025 | + | |
3025 | 3026 | | |
3026 | 3027 | | |
3027 | 3028 | | |
| |||
3392 | 3393 | | |
3393 | 3394 | | |
3394 | 3395 | | |
3395 | | - | |
| 3396 | + | |
| 3397 | + | |
3396 | 3398 | | |
3397 | 3399 | | |
3398 | 3400 | | |
| |||
0 commit comments