Mail Archives: djgpp-workers/2001/01/17/06:44:06
On Tue, 16 Jan 2001, Jason Green wrote:
> > Yes, the C locale is the only one really supported by DJGPP.
>
> FYI, there was also a URL for some patches posted to c.o.m.d recently
> to add locale support to DJGPP, in case you missed it.
Yes, I saw it (and saved it for future references). But those patches
are only part of the job. They lay down the infrastructure for
supporting other locales, by providing low-level functions for
communicating with DOS/Windows and getting/setting the locale-dependent
options maintained by the OS. But the larger and more problematic part
of supporting locales---the one which makes library functions such as
strcmp, tolower, strftime, strcoll, etc. honor the locale---this part is
still awaiting motivated individuals.
> FWIW, the test program I gave with the patches, has exact same
> behaviour on my Linux setup as with DJGPP with the first patch only.
So you are in effect saying that glibc, at least the version you use, is
incompatible with C9x?
- Raw text -