https://bugs.winehq.org/show_bug.cgi?id=53582 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Resolution|NOTOURBUG |--- Status|RESOLVED |REOPENED --- Comment #7 from Nikolay Sivov <bunglehead(a)gmail.com> --- For Wine the way it's done on Windows is right, generally. We are using CLDR data in Wine, but differences are possible. I did a quick test with the following call: GetLocaleInfoEx(L"de-DE", LOCALE_SABBREVDAYNAME6, buffer, 16); it returns "Sa" on Windows, and "Sa." on Wine. Looks like this is a valid issue you spotted. -- 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.