X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Sun, 16 Jan 2005 12:49:50 -0700 From: Brian Inglis Subject: Re: setlocal... In-reply-to: <200501161047.j0GAlKTf019772@speedy.ludd.ltu.se> To: djgpp-workers AT delorie DOT com Message-id: <7cglu0lf1umq46r9l1ps73pt3ir57rjjan@4ax.com> Organization: Systematic Software MIME-version: 1.0 X-Mailer: Forte Agent 1.93/32.576 English (American) Content-type: text/plain; charset=us-ascii References: <4rcku09t3nlh3d9trsjgk4dolotei29eq9 AT 4ax DOT com> <200501161047 DOT j0GAlKTf019772 AT speedy DOT ludd DOT ltu DOT se> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j0GJoItn005308 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 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