Sender: tim AT ipi DOT ac DOT ru Message-ID: <343D0B0B.6B54AE29@ipi.ac.ru> Date: Thu, 09 Oct 1997 19:49:15 +0300 From: "Timofei V. Bondarenko" MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Working setlocale() Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Precedence: bulk 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.