https://bugs.winehq.org/show_bug.cgi?id=53582
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Resolution|NOTOURBUG |--- Status|RESOLVED |REOPENED
--- Comment #7 from Nikolay Sivov bunglehead@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.