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 serhiy.storchaka
Recipients asvetlov, ezio.melotti, gklein, jcea, jkloth, python-dev, serhiy.storchaka, skrah, tim.golden, turncc, vstinner
Date 2012-11-02.20:29:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351888478.2706.10.camel@raxxla>
In-reply-to <1351884806.68.0.290706229713.issue16218@psf.upfronthosting.co.za>
Content
> Serhiy, your original example from msg173373 still fails on
> FreeBSD:

Thank you for a report. I have not any ideas what happened (note that
error on encoding, not decoding). Can you please show me the results of
sys.getdefaultencoding(), sys.getfilesystemencoding(),
locale.getpreferredencoding(True), locale.getpreferredencoding(False),
the output of locale command?
History
Date User Action Args
2012-11-02 20:30:01serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, vstinner, tim.golden, jkloth, ezio.melotti, asvetlov, skrah, gklein, python-dev, turncc
2012-11-02 20:30:01serhiy.storchakalinkissue16218 messages
2012-11-02 20:29:59serhiy.storchakacreate