]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man5/repertoiremap.5
sysfs.5: Refer to cgroups(7) for information about files in /sys/kernel/cgroup
[thirdparty/man-pages.git] / man5 / repertoiremap.5
CommitLineData
d98127cd
MM
1.\"
2.\" %%%LICENSE_START(GPLv2+_DOC_FULL)
3.\" This is free documentation; you can redistribute it and/or
4.\" modify it under the terms of the GNU General Public License as
5.\" published by the Free Software Foundation; either version 2 of
6.\" the License, or (at your option) any later version.
7.\"
8.\" The GNU General Public License's references to "object code"
9.\" and "executables" are to be interpreted as the output of any
10.\" document formatting or typesetting system, including
11.\" intermediate and printed output.
12.\"
13.\" This manual is distributed in the hope that it will be useful,
14.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
15.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16.\" GNU General Public License for more details.
17.\"
18.\" You should have received a copy of the GNU General Public
19.\" License along with this manual; if not, see
20.\" <http://www.gnu.org/licenses/>.
21.\" %%%LICENSE_END
22.\"
3df541c0 23.TH REPERTOIREMAP 5 2016-07-17 "GNU" "Linux User Manual"
d98127cd
MM
24.SH NAME
25repertoiremap \- map symbolic character names to Unicode code points
26.SH DESCRIPTION
d850c7e0
MM
27A repertoire map defines mappings between symbolic character names
28(mnemonics) and Unicode code points when compiling a locale with
d98127cd 29.BR localedef (1).
112434e4 30Using a repertoire map is optional, it is needed only when symbolic
d98127cd
MM
31names are used instead of now preferred Unicode code points.
32.SS Syntax
33The repertoiremap file starts with a header that may consist of the
34following keywords:
35.TP
8f292910 36.I comment_char
d98127cd
MM
37is followed by a character that will be used as the
38comment character for the rest of the file.
39It defaults to the number sign (#).
40.TP
8f292910 41.I escape_char
d98127cd
MM
42is followed by a character that should be used as the escape character
43for the rest of the file to mark characters that should be interpreted
44in a special way.
45It defaults to the backslash (\\).
46.PP
47The mapping section starts with the keyword
f18d16a9 48.I CHARIDS
d98127cd 49in the first column.
2dad4c59 50.PP
d98127cd
MM
51The mapping lines have the following form:
52.TP
8f292910 53.I <symbolic-name> <code-point> comment
d98127cd 54This defines exactly one mapping,
8f292910 55.I comment
d98127cd
MM
56being optional.
57.PP
58The mapping section ends with the string
59.IR "END CHARIDS" .
60.SH FILES
61.TP
62.I /usr/share/i18n/repertoiremaps
63Usual default repertoire map path.
64.SH CONFORMING TO
65POSIX.2.
d9c7f166
MK
66.SH NOTES
67Repertoire maps are deprecated in favor of Unicode code points.
8f292910
MM
68.SH EXAMPLE
69A mnemonic for the Euro sign can be defined as follows:
70.PP
71.nf
72<Eu> <U20AC> EURO SIGN
73.fi
d98127cd
MM
74.SH SEE ALSO
75.BR locale (1),
76.BR localedef (1),
77.BR charmap (5),
78.BR locale (5)