Re: locale dependent tests on mingw

2011-02-12 Thread Ben Pfaff
Ben Pfaff writes: > Bruno Haible writes: >> The major problem on mingw is that setlocale(LC_ALL,"") does not look at the >> environment variables. On POSIX systems it does, but on mingw it doesn't. > > Should we fix mingw's setlocale() as part of gnulib? Never mind, you already did this in a fol

Re: locale dependent tests on mingw

2011-02-12 Thread Ben Pfaff
Bruno Haible writes: > The major problem on mingw is that setlocale(LC_ALL,"") does not look at the > environment variables. On POSIX systems it does, but on mingw it doesn't. Should we fix mingw's setlocale() as part of gnulib? -- Ben Pfaff http://benpfaff.org

locale dependent tests on mingw

2011-02-12 Thread Bruno Haible
, not based on ISO 639 and ISO 3166. First of all, fix the detection of the supported locales. These are two patches, the first patch against problem 1 and 2, the second one against problem 3. 2011-02-11 Bruno Haible Prepare for locale dependent tests on mingw. * m4/locale-a