On Fri, Feb 10, 2012 at 12:59 AM, Stephen J. Turnbull <[email protected]> wrote: > If this is needed, it should be spelled "os.getlocaleencoding()" (or > "sys.getlocaleencoding()"?)
Or locale.getpreferredencoding(), even ;) FWIW, I agree with Stephen on this one, but take that with the grain of salt that I could probably decode most of the strings I work with as ASCII without breaking anything. Cheers, Nick. -- Nick Coghlan | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
