| www.delorie.com/archives/browse.cgi | search |
| X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f |
| Date: | Sat, 22 Jan 2005 10:52:28 +0200 |
| From: | "Eli Zaretskii" <eliz AT gnu DOT org> |
| Sender: | halo1 AT zahav DOT net DOT il |
| To: | djgpp-workers AT delorie DOT com |
| Message-ID: | <01c5005f$Blat.v2.4$d8a4cfa0@zahav.net.il> |
| X-Mailer: | emacs 21.3.50 (via feedmail 8 I) and Blat ver 2.4 |
| In-reply-to: | <j3g2v0lef984pmqkn1g8g0sjj65h0hrkf7@4ax.com> (message from Brian |
| Inglis on Fri, 21 Jan 2005 10:49:59 -0700) | |
| Subject: | Re: setlocal... |
| References: | <l4mtu0pgbnpisjucef7f55aqf78cnvabdl AT 4ax DOT com> |
| <200501202140 DOT j0KLei4Z011211 AT speedy DOT ludd DOT ltu DOT se> | |
| <9bb0v0p91qln2taoe5g080vlolg90hb8e1 AT 4ax DOT com> | |
| <01c4ffd5$Blat.v2.4$b0e60cc0 AT zahav DOT net DOT il> | |
| <j3g2v0lef984pmqkn1g8g0sjj65h0hrkf7 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 |
> Date: Fri, 21 Jan 2005 10:49:59 -0700
> From: Brian Inglis <Brian DOT Inglis AT SystematicSw DOT ab DOT ca>
>
> >Can you show an example of the locale setting that uses the @var{euro}
> >part? I cannot figure out how to write that correctly without seeing
> >an example.
>
> Explicitly done in my examples upthread:
>
> 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.
Then @var is not applicable here at all, since it doesn't stand for
anything. You should say (I also fixed some unclear or confusing
wording) something like this:
The POSIX-like locale code @code{"@var{LL}_ AT var{CC}.@var{CP}"}
consists of the ISO two-letter lowercase language code @var{LL},
the ISO two-letter uppercase country code @var{CC} optionally
followed by the suffix @code{"_EURO"} if the country has adopted
the Euro as its currency unit, and the codepage number @var{CP} (a
number between 1 and 65534). For example, @samp{"de_AT.850"} is
the locale code for the German-speaking Austrian locale, and
@samp{"fr_BE_EURO.850"} is for the French-speaking Belgian locale
using the Euro, both using Western multilingual ``Latin-1'' code
page number 850.
In other words, @var{CC} stands for either a two-letter country code
or for a country code followed by "_EURO".
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |