[Bug 26632] MultiByteToWideChar with MB_ERR_INVALID_CHARS doesn't fail for some code points.

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Apr 3 00:15:05 CDT 2011


http://bugs.winehq.org/show_bug.cgi?id=26632

Dmitry Timoshkov <dmitry at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

--- Comment #8 from Dmitry Timoshkov <dmitry at codeweavers.com> 2011-04-03 00:15:05 CDT ---
(In reply to comment #0)
> For instance, Japanese Windows marks `X' (conversion fail) for 0xA0, 0xFD, 0xFE
> and 0xFF. But Wine (LANG=ja_JP.UTF-8) marks `o' (OK) for them.

ftp://ftp.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/WINDOWS/CP932.TXT
specifically marks 0xA0, 0xFD, 0xFE and 0xFF as #UNDEFINED, our parser
needs to mark those as invalid somehow.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list