Message239485
| 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:38 | barry-scott | set | recipients: + barry-scott, loewis, ronaldoussoren, vstinner, ned.deily, r.david.murray, Dmitry.Jemerov |
| 2015-03-29 11:08:38 | barry-scott | set | messageid: <1427627318.3.0.219175684323.issue18378@psf.upfronthosting.co.za> |
| 2015-03-29 11:08:38 | barry-scott | link | issue18378 messages |
| 2015-03-29 11:08:38 | barry-scott | create | |