On Thu, Jan 11, 2018 at 6:44 AM, Steve Barnes <gadgetst...@live.co.uk> wrote:
>
> I am somewhat confused because according to
> https://encoding.spec.whatwg.org/index-windows-1252.txt 0x90 (one of the
> original examples) is undefined as the table only runs to 127 i.e. 0x7F.

AIUI the table in that file assumes that the first 128 bytes are
interpreted as per ASCII. So you're looking at the *next* 128 bytes,
and line 16 is the one that handles byte 0x90.

ChrisA
_______________________________________________
Python-ideas mailing list
Python-ideas@python.org
https://mail.python.org/mailman/listinfo/python-ideas
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to