[Bug 25251] Multi-byte characters handled incorrectly by MSVCRT_isleadbyte()

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Oct 8 08:59:34 CDT 2011


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

--- Comment #4 from Nagato <nagatospam at gmail.com> 2011-10-08 08:59:34 CDT ---
Hi Piotr. The bug still exists as of the latest wine-git. There are no demos
available for the games so I wrote a quick test application that displays the
problem.

Source: http://privatepaste.com/2bc5be7d8e
Source + EXE: http://www.mediafire.com/?ewywwetiwm7h7jb

Results:
Windows XP (without Japanese locale) - Passes (received expected failure)
Windows 7 (with Japanese locale) - Passes
wine-1.3.29-245-g895b48e (with LANG="ja_JP.UTF-8"): Fails
wine-1.3.29-245-g895b48e (without LANG setting): Passes (received expected
failure)
Patched wine-1.3.29-245-g895b48e (with proposed fix attached last year, with
LANG="ja_JP.UTF-8"): Passes
Patched wine-1.3.29-245-g895b48e (with proposed fix attached last year, without
LANG setting): Passes (received expected failure)

This fixme is shown when using the LANG setting.
fixme:msvcrt:_setmbcp trail bytes data not available for DBCS codepage 0 -
assuming all bytes

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