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 loewis
Recipients MrJean1, amaury.forgeotdarc, loewis, mark.dickinson
Date 2008-11-29.23:18:43
SpamBayes Score 5.8144587e-09
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
> I don't like this much, though.  For one thing, I don't have any reason 
> to believe that the particular locale "en_US.UTF-8" will be supported on 
> any given installation of OS X.

I'm opposed to this patch for the same reason.

> Anyone have any better suggestions?

We should manually decode the command line arguments with UTF-8 on OSX;
this will require yet another UTF-8 implementation (this time to
wchar_t).

Regards,
Martin
History
Date User Action Args
2008-11-29 23:18:43loewissetrecipients: + loewis, amaury.forgeotdarc, mark.dickinson, MrJean1
2008-11-29 23:18:43loewislinkissue4388 messages
2008-11-29 23:18:43loewiscreate