➜

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.

作者 loewis
收信人 ezio.melotti, gvanrossum, kennyluck, lemburg, loewis, pitrou, serhiy.storchaka, tchrist, vstinner
日期 2013-10-08.12:19:05
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1381234745.95.0.727736925209.issue12892@psf.upfronthosting.co.za>
In-reply-to
内容
Marc-Andre: please don't confuse "use in major operating systems" with "major use in operating systems".  I agree with Antoine that UTF-16 isn't widely used on Windows, despite notepad and Office supporting it. Most users on Windows using notepad continue to use the ANSI code page, most users of Word use Word files (instead of plain text).

Also, wchar_t on Windows isn't *really* UTF-16. Many APIs support lone surrogates just fine; they really are UCS-2 instead (e.g. the file system APIs). Only starting with Vista, MultiByteToWideChar will complain about lone surrogates.
历史
日期 用户 动作 参数
2013-10-08 12:19:06loewis修改recipients: + loewis, lemburg, gvanrossum, pitrou, vstinner, ezio.melotti, tchrist, kennyluck, serhiy.storchaka
2013-10-08 12:19:05loewis修改messageid: <1381234745.95.0.727736925209.issue12892@psf.upfronthosting.co.za>
2013-10-08 12:19:05loewis链接issue12892 messages
2013-10-08 12:19:05loewis创建