Re: mingw bug and localename

2008-05-27 Thread jemarch
> #define SUBLANG_TIBETAN_PRC0x01 > #define SUBLANG_TIBETAN_BHUTAN 0x01 > > So the fail is explained: both sublanguage codes has the same > value. Thanks for reporting it. I don't know how long time the mingw guys will need to fix their problem, so I'm applying t

Re: mingw bug and localename

2008-05-27 Thread Bruno Haible
Hi Jose, > /* Mingw headers don't have latest language and sublanguage codes. */ > ... > # ifndef SUBLANG_TIBETAN_PRC > # define SUBLANG_TIBETAN_PRC 0x01 > # endif > # ifndef SUBLANG_TIBETAN_BHUTAN > # define SUBLANG_TIBETAN_BHUTAN 0x02 > ... > #endif > > Then these constants are used in severa

mingw bug and localename

2008-05-27 Thread jemarch
Hello. We are happily using gnulib in the GNU PDF Library (http://www.gnupdf.org). I just found a problem while using the localename module just after a git update of the library. _It is a mingw32 bug_, present in the latest mingw release, and I already reported it, but I include the informatio