Mail Archives: djgpp/1997/10/09/12:13:49
Hi!
I have working setlocale() which may be useful for DJGPP.
After few collisions it available at
ftp://ftp.simtel.net/pub/simtelnet/win3/prog/locale12.zip (yes, win3)
OR
ftp://ftp.ipi.ac.ru/pub/locale/locale12.zip
OR ask me by e-mail.
The locale12 contains C-sources for POSIX-compatible locales
for DOS, Windows 3.x, Win32.
Supported locales are: all which declared in country.sys
Localized functions are:
LC_CTYPE: all isXXX(), toupper(), tolower(), strupr(), strlwr(),
stricmp(), strnicmp();
LC_COLLATE: strcoll(), strxfrm(), stricoll();
LC_TIME: strftime(), strptime();
LC_MONETARY: localeconv(), strfmon();
LC_NUMERIC: localeconv(),
sorry, printf(), scanf() and strtod() left unlocalized.
- Raw text -