Commit 9460838
committed
Describe the redirection bug's actual reach in the changelog
Measured which Windows ANSI code pages can represent the box-drawing characters
Rich emits: every cp125x code page fails, covering US and Western European,
Central European, Cyrillic, Greek, Turkish, Hebrew, Arabic, Baltic and
Vietnamese systems. Only the CJK double-byte code pages survive.
Calling it a legacy code page was wrong: cp1252 is the default on a current,
fully updated Windows 11, and Python only defaults to UTF-8 mode in 3.15.1 parent eeef9fa commit 9460838
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments