http://bugs.winehq.org/show_bug.cgi?id=17006
--- Comment #2 from Luke Kenneth Casson Leighton lkcl@lkcl.net 2009-01-19 12:13:44 --- Created an attachment (id=18835) --> (http://bugs.winehq.org/attachment.cgi?id=18835) test of locale
sorry, missed it.
i'm having difficulty reproducing this one as a c test case.
the first thing that happens is that the locale is successfully set to "En", then "English", and then "en_US.UTF-8".
on win32 native, that's "En", "English", then FAIL on "en_US.UTF-8" and you can see that the tests are skipped if that happens.
also in this test, there's a test of creating "1,000" from a special python locale.py module, which _also_ fails (haven't found out why).
also due to the fail on the locales, "%10f" ends up producing only 9 chars!
so this is quite a comprehensive bit of testing here, sorry it's all-in-one.