Mail Archives: djgpp-workers/2005/01/16/23:50:19
> Date: Sun, 16 Jan 2005 12:49:50 -0700
> From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
> 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.
Except that:
. Please don't use ``foo()'' to mean ``function foo'', because
``foo()'' looks like an invocation of `foo' with no arguments, which
is not what you want to say. Use ``@code{foo}'' instead.
Also, file names like ctype.h should havee the @file markup, and
"whatever" should be ``whatever''.
- Raw text -