https://bugs.winehq.org/show_bug.cgi?id=37807
Bug ID: 37807 Summary: Anno 2070: digit group separators are displayed incorrectly Product: Wine Version: 1.7.9 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs@winehq.org Reporter: yurishish@gmail.com Distribution: ---
Created attachment 50352 --> https://bugs.winehq.org/attachment.cgi?id=50352 Wrong behaviour (wine 1.7.9)
Anno 2070 separates digit groups in big numbers with spaces. In wine 1.7.9 and later this separators are displayed incorrectly. Game shows square (□) instead of space. This bug presents in all wine versions since 1.7.9. I did regression testing and found bad commit:
6d30d6be78a49e1add6d8c7886484a2ceb950c71 is the first bad commit commit 6d30d6be78a49e1add6d8c7886484a2ceb950c71 Author: Alexandre Julliard Date: Thu Dec 19 17:02:11 2013 +0100
msvcp100: Share the source code with msvcp90.
:040000 040000 8472290a57eeeb332f2c3a29c629baaabc438bf3 4ead5763a482e786809844f7b8f55d5ccbc829ea M dlls
This commit cannot be reversed due to its big size (almost 1MB). However, overriding msvcp100 to Native fixes this problem.