[Bug 2159] QuArK 6.3.0 regression: Python "ValueError" when creating/loading map

Wine Bugs wine-bugs at winehq.org
Wed Jan 25 10:38:44 CST 2006


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





------- Additional Comments From dmitry at codeweavers.com  2006-25-01 10:38 -------
The problem most like is caused by a difference between collation
tables used by Wine and Windows. Wine uses unicode.org data to
build its internal collation table. We can do nothing to improve
the things, we can't just patch Wine side, it will be overwritten
next time we do a merge from unicode.org.

Btw, what's your locale? CompareStringA may behave differently
in different locales because it uses current ANSI code page to
translate strings to unicode before a comparison. What happens
if you change your locale?

LC_ALL=en_US wine app.exe

just change en_US to something else.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list