Commit 2f6dc15
committed
fix(encoding): fix last corrupted sequence on L1441 (ΓÇö → —)
Replace Windows CP437 terminal artefact 'ΓÇö' with em dash —.
Root cause: em dash (U+2014, UTF-8 E2 80 94) copy-pasted from a Windows
terminal in OEM codepage, producing a multi-step encoding corruption
not catchable by the Win1252 reverse-map algorithm.1 parent 2d54d62 commit 2f6dc15
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1438 | 1438 | | |
1439 | 1439 | | |
1440 | 1440 | | |
1441 | | - | |
| 1441 | + | |
1442 | 1442 | | |
1443 | 1443 | | |
1444 | 1444 | | |
| |||
0 commit comments