[issue21051] incorrect utf-8 conversion with c api

Mark Dickinson report at bugs.python.org
Mon Mar 24 20:21:29 CET 2014


Mark Dickinson added the comment:

> I suspect that the actual bytes you get depend on your locale.

And from the output you're seeing, I'd guess that Windows is using the CP1250 (Latin: Central European) codepage to make the translation on your machine: http://en.wikipedia.org/wiki/Windows-1250.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21051>
_______________________________________


More information about the Python-bugs-list mailing list