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 vstinner
Recipients Arfrever, barry, benjamin.peterson, brett.cannon, christian.heimes, eric.araujo, eric.snow, flox, lemburg, mark.dickinson, ncoghlan, orsenthil, pitrou, rhettinger, vstinner
Date 2013-10-11.22:13:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381529600.78.0.82693044494.issue9548@psf.upfronthosting.co.za>
In-reply-to
Content
"Does anyone know if Python does still support systems where CODESET is not available? Which OS does not support CODESET?"

I checked my VMs with Python, nl_langinfo(CODESET) works on:

- Linux (Fedora 18, kernel 3.9)
- OpenBSD 5.2
- OpenIndiana 148 (SunOS 5.11)
- FreeBSD 9.1

I also tested my patch on Windows 7: _bootlocale.getpreferredencoding() works as expected (it returns "cp1252").
History
Date User Action Args
2013-10-11 22:13:20vstinnersetrecipients: + vstinner, lemburg, barry, brett.cannon, rhettinger, mark.dickinson, ncoghlan, orsenthil, pitrou, christian.heimes, benjamin.peterson, eric.araujo, Arfrever, flox, eric.snow
2013-10-11 22:13:20vstinnersetmessageid: <1381529600.78.0.82693044494.issue9548@psf.upfronthosting.co.za>
2013-10-11 22:13:20vstinnerlinkissue9548 messages
2013-10-11 22:13:20vstinnercreate