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 Sworddragon, a.badger, bkabrda, larry, lemburg, loewis, ncoghlan, pitrou, r.david.murray, serhiy.storchaka, terry.reedy, vstinner
Date 2013-12-10.21:37:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYNcvfehVE8wa=01Aut2Dt-qN0Up=OUQOQjivDQvmnfZA@mail.gmail.com>
In-reply-to <CAMpsgwYnhDJWq4gerqobyr1d4ks+dRqUc=sWD8ndF5Ug36xx_A@mail.gmail.com>
Content
> It would interesting to test this approach (try utf-8 or use the locale encoding) ...

Oh, it may be easy to implement it for decoders, but what about
encoders? Should os.fsencode() always use UTF-8??
History
Date User Action Args
2013-12-10 21:37:27vstinnersetrecipients: + vstinner, lemburg, loewis, terry.reedy, ncoghlan, pitrou, larry, a.badger, r.david.murray, Sworddragon, serhiy.storchaka, bkabrda
2013-12-10 21:37:27vstinnerlinkissue19846 messages
2013-12-10 21:37:27vstinnercreate