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.

作者 loewis
收信人 MrJean1, amaury.forgeotdarc, loewis, mark.dickinson
日期 2008-11-29.23:18:43
SpamBayes Score 5.8144587e-09
Marked as misclassified
Message-id <4931CDD1.3080007@v.loewis.de>
In-reply-to <1227997378.2.0.127280097426.issue4388@psf.upfronthosting.co.za>
内容
> 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
历史
日期 用户 动作 参数
2008-11-29 23:18:43loewis修改recipients: + loewis, amaury.forgeotdarc, mark.dickinson, MrJean1
2008-11-29 23:18:43loewis链接issue4388 messages
2008-11-29 23:18:43loewis创建