[Bug 45339] New: Codepage 54936 (GB18030) not supported

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Jun 17 00:41:26 CDT 2018


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

            Bug ID: 45339
           Summary: Codepage 54936 (GB18030) not supported
           Product: Wine
           Version: unspecified
          Hardware: Other
                OS: other
            Status: UNCONFIRMED
          Severity: major
          Priority: P2
         Component: kernel32
          Assignee: wine-bugs at winehq.org
          Reporter: lindasc at qq.com

There is no gb18030 codepage file in wine/libs/port directory.

So in Wine all versions up to 3.10:

IsValidCodePage(54936) returns false;
MultiByteToWideChar(54936, ...) does not work;

But in Windows XP+:

IsValidCodePage(54936) returns true;
MultiByteToWideChar(54936, ...) does work;

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