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.

作者 asvetlov
收信人 Arfrever, asvetlov, brett.cannon, pitrou, vstinner
日期 2010-05-23.17:14:57
SpamBayes Score 0.056154612
Marked as misclassified
Message-id <1274634898.72.0.245000279233.issue8611@psf.upfronthosting.co.za>
In-reply-to
内容
I'm skeptical about surrogates particularly for that problem.
From my perspective the solution is only to use native unicode support for windows file operation functions.
Conversions utf-8 -> mbcs -> utf8 will loose encoding information thanks to tricky Microsoft mbcs encoding schema.
If I'm wrong please correct me.
历史
日期 用户 动作 参数
2010-05-23 17:14:59asvetlov修改recipients: + asvetlov, brett.cannon, pitrou, vstinner, Arfrever
2010-05-23 17:14:58asvetlov修改messageid: <1274634898.72.0.245000279233.issue8611@psf.upfronthosting.co.za>
2010-05-23 17:14:57asvetlov链接issue8611 messages
2010-05-23 17:14:57asvetlov创建