http://bugs.winehq.org/show_bug.cgi?id=2134
Summary: IDEFAULTMACCODEPAGE in zhi.nls Product: Wine Version: CVS Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-kernel AssignedTo: wine-bugs@winehq.org ReportedBy: pinxue@hotmail.com
When I install a copy on my linux box, I may run some windows program but always get a error message like
fixme:string:GetLocaleInfoA 'IDEFAULTMACCODEPAGE' is not defined for your language (0804). Please define it in dlls/kernel/nls/YourLanguage.nls and submit patch for inclusion into the next Wine release.
So I tried to add a line into dlls/kernel/nls/zhi.nls LOCVAL(LOCALE_IDEFAULTMACCODEPAGE, "10008") /* 10008 is Simplified Chinese code page in MAC */
It works fine.