[issue24043] Implement mac_romanian and mac_croatian encodings

Serhiy Storchaka report at bugs.python.org
Fri Apr 24 21:25:10 CEST 2015


Serhiy Storchaka added the comment:

Guido's time machine strikes back.

>>> 'π–∆'.encode('mac_romanian')
b'\xb9\xd0\xc6'
>>> 'π–∆'.encode('mac_croatian')
b'\xf9\xe0\xb4'

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list