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 Artoria2e5, benjamin.peterson, ezio.melotti, larry, ned.deily, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-11-16.17:53:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1479318836.19.0.0192950143105.issue28712@psf.upfronthosting.co.za>
In-reply-to
Content
Codecs are strict by default in Python. Call MultiByteToWideChar() with the MB_ERR_INVALID_CHARS flag as Python does. You also could use _codecs.code_page_decode().
History
Date User Action Args
2016-11-16 17:53:56serhiy.storchakasetrecipients: + serhiy.storchaka, paul.moore, vstinner, larry, tim.golden, benjamin.peterson, ned.deily, ezio.melotti, zach.ware, steve.dower, Artoria2e5
2016-11-16 17:53:56serhiy.storchakasetmessageid: <1479318836.19.0.0192950143105.issue28712@psf.upfronthosting.co.za>
2016-11-16 17:53:56serhiy.storchakalinkissue28712 messages
2016-11-16 17:53:56serhiy.storchakacreate