charmap
character symbols to define character encodings
- Provided by: manpages (Version: 3.54-1ubuntu1)
- Report a bug
character symbols to define character encodings
A character set description (charmap) defines a character set of available characters and their encodings. All supported character sets should have the portable character set as a proper subset.
The charmap file starts with a header, that may consist of the following keywords:
The charmap-definition itself starts with the keyword CHARMAP in column 1.
The following lines may have one of the two following forms to define the character-encodings:
The last line in a charmap-definition file must contain END CHARMAP.
A symbolic name for a character contains only characters of the portable character set. The name itself is enclosed between angle brackets. Characters following an <escape_char> are interpreted as itself; for example, the sequence <\\\>> represents the symbolic name \> enclosed in angle brackets.
The encoding may be in each of the following three forms:
/usr/share/i18n/charmaps/*
POSIX.2.
locale(1), localedef(1), localeconv(3), setlocale(3), locale(5)
This page is part of release 3.54 of the Linux man-pages project. A description of the project, and information about reporting bugs, can be found at http://www.kernel.org/doc/man-pages/.