[Bug 17006] setlocale to "en_us.UTF8" succeeds under wine, fails with native, causes knock-on failures

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Jan 19 12:13:45 CST 2009


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





--- Comment #2 from Luke Kenneth Casson Leighton <lkcl at 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.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
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.



More information about the wine-bugs mailing list