summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier>2006-04-17 08:10:24 +0000
committervapier <vapier>2006-04-17 08:10:24 +0000
commita32f2a4c80b17ecd5bb199f630daba36b552a134 (patch)
tree574971bb19a64dbc14c14c9a523059608efac419 /locale.gen.5
downloadlocale-gen-a32f2a4c80b17ecd5bb199f630daba36b552a134.tar.gz
locale-gen-a32f2a4c80b17ecd5bb199f630daba36b552a134.tar.bz2
locale-gen-a32f2a4c80b17ecd5bb199f630daba36b552a134.zip
new locale handling based upon Debians work
Diffstat (limited to 'locale.gen.5')
-rw-r--r--locale.gen.541
1 files changed, 41 insertions, 0 deletions
diff --git a/locale.gen.5 b/locale.gen.5
new file mode 100644
index 0000000..3625018
--- /dev/null
+++ b/locale.gen.5
@@ -0,0 +1,41 @@
+.\" -*- nroff -*-
+.\" Copyright (C) 2002, 2005 Free Software Foundation, Inc.
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2, or (at your option)
+.\" any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software Foundation,
+.\" Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+.TH locale.gen 5 "July 2005" "Debian GNU/Linux"
+.SH "NAME"
+locale.gen \- Configuration file for locale-gen
+.SH "DESCRIPTION"
+The file \fB/etc/locale.gen\fP lists the locales that are to be generated
+by the \fBlocale-gen\fP command.
+
+Each line is of the form:
+
+<locale> <charset>
+
+where <locale> is one of the locales given in
+.B /usr/share/i18n/locales
+and <charset> is one of the character sets listed in
+.B /usr/share/i18n/charmaps
+
+The
+.B locale-gen
+command will generate all the locales, placing them in
+\fB/usr/lib/locale\fP.
+
+.SH "SEE ALSO"
+locale-gen(8), localedef(1), locale(1)
+.SH "AUTHOR"
+Alastair McKinstry <mckinstry@computer.org>