Re: [Python-ideas] Windows Best Fit Encodings

2018-01-21 Thread M.-A. Lemburg
On 20.01.2018 08:01, Steve Dower wrote: > On 20Jan2018 0518, M.-A. Lemburg wrote: >> do you know of a definite resource for Windows code pages >> on MSDN or another official MS website ? > > I don't know of anything sorry, and my quick search didn't turn up > anything public. But I can at least co

Re: [Python-ideas] Windows Best Fit Encodings

2018-01-20 Thread Random832
On Sat, Jan 20, 2018, at 02:01, Steve Dower wrote: > On 20Jan2018 0518, M.-A. Lemburg wrote: > > do you know of a definite resource for Windows code pages > > on MSDN or another official MS website ? I don't know what happened to this page, but I was able to find better-looking codepage tables at

Re: [Python-ideas] Windows Best Fit Encodings

2018-01-19 Thread Steve Dower
On 20Jan2018 0518, M.-A. Lemburg wrote: do you know of a definite resource for Windows code pages on MSDN or another official MS website ? I don't know of anything sorry, and my quick search didn't turn up anything public. But I can at least confirm that the internal table for cp1252 has the

Re: [Python-ideas] Windows Best Fit Encodings

2018-01-19 Thread M.-A. Lemburg
Hi Steve, do you know of a definite resource for Windows code pages on MSDN or another official MS website ? I tried to find some links, but only got these ancient ones: https://msdn.microsoft.com/en-us/library/cc195054.aspx (this version of cp1252 doesn't even have the euro sign yet) Thanks,

Re: [Python-ideas] Windows Best Fit Encodings (was: Support WHATWG versions of legacy encodings)

2018-01-19 Thread M.-A. Lemburg
On 19.01.2018 17:24, Random832 wrote: > On Fri, Jan 19, 2018, at 08:30, M.-A. Lemburg wrote: >>> Someone did discover that Microsoft's current implementations of the >>> windows-* encodings matches the WHAT-WG spec, rather than the Unicode >>> spec that Microsoft originally wrote. >> >> No, MS impl