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 same undefined characters as on unicode.org, so presumably if MultiByteToWideChar is mapping those to "best fit" characters it's only because the flag has been passed. As far as I can tell, Microsoft has not been secretly redefining any encodings.

Cheers,
Steve
_______________________________________________
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