|
|
|
|
|
by teddyh
2810 days ago
|
|
> The latin1 character set has a code point for every byte value No it doesn’t. The whole range of 128-159 are undefined. However, the old MS-DOS CP-437 encoding (which is incompatible with latin1/ISO-8859-1) does. So your trick is valid, but not with latin1. |
|
https://en.wikipedia.org/wiki/C0_and_C1_control_codes#C1_set
So, the trick described by garethrees does work with latin1, and I was mistaken.