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 loewis
Recipients ezio.melotti, gvanrossum, kennyluck, lemburg, loewis, pitrou, serhiy.storchaka, tchrist, vstinner
Date 2013-10-08.12:19:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381234745.95.0.727736925209.issue12892@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-10-08 12:19:06loewissetrecipients: + loewis, lemburg, gvanrossum, pitrou, vstinner, ezio.melotti, tchrist, kennyluck, serhiy.storchaka
2013-10-08 12:19:05loewissetmessageid: <1381234745.95.0.727736925209.issue12892@psf.upfronthosting.co.za>
2013-10-08 12:19:05loewislinkissue12892 messages
2013-10-08 12:19:05loewiscreate