X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Mon, 17 Jan 2005 06:46:14 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-ID: <01c4fc4f$Blat.v2.2.2$9eb38e80@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.2.2 In-reply-to: <7cglu0lf1umq46r9l1ps73pt3ir57rjjan@4ax.com> (message from Brian Inglis on Sun, 16 Jan 2005 12:49:50 -0700) Subject: Re: setlocal... References: <4rcku09t3nlh3d9trsjgk4dolotei29eq9 AT 4ax DOT com> <200501161047 DOT j0GAlKTf019772 AT speedy DOT ludd DOT ltu DOT se> <7cglu0lf1umq46r9l1ps73pt3ir57rjjan AT 4ax DOT com> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Date: Sun, 16 Jan 2005 12:49:50 -0700 > From: Brian Inglis > 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''.