Message 76632 - Python tracker
> 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