Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

Ubuntu 9.04

(Jaunty Jackalope)

locale.alias(5)


locale.alias

locale.alias

NAME
DESCRIPTION
SEE ALSO
AUTHOR

NAME

locale.alias − Locale name alias data base

DESCRIPTION

The locale.alias database file (/etc/locale.alias) is used by the locale command and the X Window System It describes aliases for the locales, with each line being of the form

<alias> <localename>

Where <localename> is in the POSIX format: xx_YY.CHARSET. The first two letters xx are the ISO-639 Language code,
the next two YY are the ISO-3166 Country code, and the Charset is one of the character sets (listed in /usr/share/i18n/charsets ). The aliases can be free text; they are normally the English language name, or simpler versions of the POSIX locale name.

Lines beginning with Hash ("#") are treated as comments and ignored.

SEE ALSO

locale(1), localedef(1), locale-gen(8), locale.gen(5)

AUTHOR

Alastair McKinstry <mckinstry@computer.org>



locale.alias(5)