Mail Archives: djgpp-workers/2005/01/16/14:50:23
On Sun, 16 Jan 2005 11:47:20 +0100 (CET), ams AT ludd DOT ltu DOT se wrote:
>According to Brian Inglis:
>> contrib/liblocal.02/doc/readme.1st (appended) may be what you need.
>
>Thanks!
>
>Ok, how about this for wc204.txi?:
>
>@findex setlocale AT r{, actual locales now supported}
>The function @code{setlocale} has been improved a lot. Now it
>implements the following categories: LC_COLLATE, LC_CTYPE, LC_MONETARY,
>LC_NUMERIC, LC_TIME. POSIX LC_MESSAGES is not supported. Due to
>limitations of country.sys driver only current user locale and "C" (aka
>"POSIX") locales supported.
How about a bit more detail on behaviour and effects like:
@findex setlocale AT r{, standard and current locales supported}
The function @code{setlocale} now supports the following categories:
LC_CTYPE, LC_COLLATE, LC_NUMERIC, LC_MONETARY, LC_TIME. POSIX
LC_MESSAGES not supported. Due to limitations of country.sys driver
only current user locale "" and "C" (aka "POSIX") locales supported.
Modifies character classes used in ctype.h and regex.h, returns
appropriate values from strcoll() and localeconv() functions, changes
decimal character used for converting numeric strings on input and
output, and strftime() "%x" and "%X" conversions to use NLS format.
--
Thanks. Take care, Brian Inglis
- Raw text -