Dennis wrote
@cadet1620 Why do you call the code points 32–127 a subset of ANSI?
Insufficiently caffeinated fingers this morning... 8-(
FWIW, quoted from the Unicode spec.
The first 256 codes follow precisely the arrangement of ISO/IEC 8859-1 (Latin
1), of which 7-bit ASCII (ISO/IEC 646 IRV) accounts for the first 128 code
positions.
(Back when I started with computers, bit 7 was a character parity bit, and character sets varied a bit from vendor to vendor. Standards make the world a better place these days. Unless you need to deal with EBCDIC!)
--Mark