X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Fri, 21 Jan 2005 10:57:35 -0700 From: Brian Inglis Subject: Re: setlocal... In-reply-to: <200501211651.j0LGpNbW003926@speedy.ludd.ltu.se> To: djgpp-workers AT delorie DOT com Message-id: <3hg2v0dll7mr6kn5nmh01cufp3o7cvgoop@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: <9bb0v0p91qln2taoe5g080vlolg90hb8e1 AT 4ax DOT com> <200501211651 DOT j0LGpNbW003926 AT speedy DOT ludd DOT ltu DOT se> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id j0LHvdgu004900 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 Fri, 21 Jan 2005 17:51:23 +0100 (CET), ams AT ludd DOT ltu DOT se wrote: >According to Brian Inglis: >> On Thu, 20 Jan 2005 22:40:44 +0100 (CET), ams AT ludd DOT ltu DOT se wrote: >> >According to Brian Inglis: >... >> >> The POSIX-like locale code @code{"@var{LL}_ AT var{TT}@var{eu}.@var{CS}"} >> >> consists of the ISO two letter lowercase language code @var{LL}, the >> >> ISO two letter uppercase territory code @var{TT}, optionally followed >> >> by the suffix @code{_EURO} @var{euro} if the country has adopted the >> >> Euro as its currency unit, and the character set @var{CS} specified by >> >> a code page number between 1 and 65534; >> >> for example, @samp{"de_AT.850"} for the German-speaking Austrian >> >> locale, or @samp{"fr_BE_EURO.850"} for the French-speaking Belgian >> >> locale using the Euro, both using Western multilingual ``Latin-1'' >> >> code page number 850. >... >> >> by the suffix @code{_EURO} @var{euro} if the country has adopted the >> > >> >(I can't make sense of "@code{_EURO} @var{euro}".) >> >> My mistake, should be @var{eu} to match the rest of the text. Perhaps >> something like @var{ecu} would be a better abbreviation throughout? > >I'm sorry but my un-understanding remains. That line reads in info >"by the suffix _EURO euro if the country has adopted the", i. e. I >consider the word "euro" extraneous (I hope that's the correct English >word). Is this better: Due to limitations of the @file{country.sys} driver only the current user locale @code{""} or its name in the POSIX-like form @code{"@var{LL}_ AT var{TT}@var{ECU}.@var{CP}"}, and @code{"C"} (aka @code{"POSIX"}) locales are supported. @cindex locale code format The POSIX-like locale code @code{"@var{LL}_ AT var{TT}@var{ECU}.@var{CS}"} consists of the ISO two letter lowercase language code @var{LL}, the ISO two letter uppercase territory code @var{TT}, optionally followed by the suffix @code{"_EURO"} for @var{ECU} if the country has adopted the Euro as its currency unit, and the character set @var{CS} specified by a code page number between 1 and 65534; for example, @samp{"de_AT.850"} for the German-speaking Austrian locale, or @samp{"fr_BE_EURO.850"} for the French-speaking Belgian locale using the Euro, both using Western multilingual ``Latin-1'' code page number 850. -- Thanks. Take care, Brian Inglis