[Bug 52872] vbscript:run fails in Wine in Hindi

WineHQ Bugzilla wine-bugs at winehq.org
Wed Apr 27 03:04:54 CDT 2022


https://bugs.winehq.org/show_bug.cgi?id=52872

--- Comment #4 from Robert Wilhelm <sloper42 at yahoo.com> ---
It is an issue with MultiByteToWideChar.

After 

char buf[2];
buf[0] = 255;
WCHAR ch;
MultiByteToWideChar(CP_ACP, 0, buf, 1, &ch, 1);

ch is 0xfffd.

-- 
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