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 barry-scott
Recipients Dmitry.Jemerov, barry-scott, loewis, ned.deily, r.david.murray, ronaldoussoren, vstinner
Date 2015-03-29.11:08:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427627318.3.0.219175684323.issue18378@psf.upfronthosting.co.za>
In-reply-to
Content
Mac OS X use the __CF_USER_TEXT_ENCODING env var to setup the locale in for native libraries.

I found that for GUI python code I needed to convert the value in __CF_USER_TEXT_ENCODING into a suitable call to setlocale().

The code I use is attached to Issue23797.
History
Date User Action Args
2015-03-29 11:08:38barry-scottsetrecipients: + barry-scott, loewis, ronaldoussoren, vstinner, ned.deily, r.david.murray, Dmitry.Jemerov
2015-03-29 11:08:38barry-scottsetmessageid: <1427627318.3.0.219175684323.issue18378@psf.upfronthosting.co.za>
2015-03-29 11:08:38barry-scottlinkissue18378 messages
2015-03-29 11:08:38barry-scottcreate