chiark / gitweb /
eglibc (2.11.3-4+deb6u3) squeeze-lts; urgency=medium
[eglibc.git] / debian / local / manpages / locale.alias.5
1 .\" -*- nroff -*-
2 .\" Copyright (C) 2002 Free Software Foundation, Inc.
3 .\"
4 .\" This program is free software; you can redistribute it and/or modify
5 .\" it under the terms of the GNU General Public License as published by
6 .\" the Free Software Foundation; either version 2, or (at your option)
7 .\" any later version.
8 .\"
9 .\" This program is distributed in the hope that it will be useful,
10 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 .\" GNU General Public License for more details.
13 .\"
14 .\" You should have received a copy of the GNU General Public License
15 .\" along with this program; if not, write to the Free Software Foundation,
16 .\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17 .TH locale.alias 5 "January 2002" "Debian GNU/Linux"
18 .SH "NAME"
19 locale.alias \- Locale name alias data base
20 .SH "DESCRIPTION"
21 The locale.alias database file (/etc/locale.alias) is used by the
22 .B locale
23 command and the 
24 .B X Window System
25
26 It describes aliases for the locales, with each line being of the
27 form 
28  
29 <alias> <localename>
30
31 Where <localename> is in the POSIX format: xx_YY.CHARSET.
32 The first two letters \fIxx\fR are the ISO-639 Language code,
33  the next two \fIYY\fR are the ISO-3166 Country code, 
34 and the Charset is one of the  character sets (listed in 
35 \fI/usr/share/i18n/charsets\fR
36 ).
37 The aliases can be free text; they are normally the English language
38 name, or simpler versions of the POSIX locale name. 
39
40 Lines beginning with Hash ("#") are treated as comments and ignored.
41
42 .SH "SEE ALSO"
43 locale(1), localedef(1), locale-gen(8),  locale.gen(5) 
44 .SH "AUTHOR"
45 Alastair McKinstry <mckinstry@computer.org>