This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lemburg
Recipients Behdad.Esfahbod, lemburg, loewis, serhiy.storchaka
Date 2015-04-24.19:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <553A9FDC.1010300@egenix.com>
In-reply-to <1429903510.31.0.0772921609861.issue24043@psf.upfronthosting.co.za>
Content
On 24.04.2015 21:25, Serhiy Storchaka wrote:
> 
> 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'

Ah, I should have looked in the encodings package first :-)

r39779 | lemburg | 2005-10-21 15:58:32 +0200 (Fri, 21 Oct 2005) | 3 lines

Add a few more Mac OS encodings. The mapping tables for these are
available at ftp.unicode.org.
History
Date User Action Args
2015-04-24 19:56:22lemburgsetrecipients: + lemburg, loewis, serhiy.storchaka, Behdad.Esfahbod
2015-04-24 19:56:22lemburglinkissue24043 messages
2015-04-24 19:56:22lemburgcreate