Symbolic Name | Glyph | Symbolic Name | Glyph | Symbolic Name | Glyph |
---|---|---|---|---|---|
<circumflex> | ^ | ||||
<NUL> | <colon> | : | <circumflex-accent> | ^ | |
<alert> | <semicolon> | ; | <underscore> | _ | |
<backspace> | <less-than-sign> | < | <underline> | _ | |
<tab> | <equals-sign> | = | <low-line> | _ | |
<newline> | <greater-than-sign> | > | <grave-accent> | ` | |
<vertical-tab> | <question-mark> | ? | <a> | a | |
<form-feed> | <commercial-at> | @ | <b> | b | |
<carriage-return> | <A> | A | <c> | c | |
<space> | <B> | B | <d> | d | |
<exclamation-mark> | ! | <C> | C | <e> | e |
<quotation-mark> | " | <D> | D | <f> | f |
<number-sign> | # | <E> | E | <g> | g |
<dollar-sign> | $ | <F> | F | <h> | h |
<percent-sign> | % | <G> | G | <i> | i |
<ampersand> | & | <H> | H | <j> | j |
<apostrophe> | ' | <I> | I | <k> | k |
<left-parenthesis> | ( | <J> | J | <l> | l |
<right-parenthesis> | ) | <K> | K | <m> | m |
<asterisk> | * | <L> | L | <n> | n |
<plus-sign> | + | <M> | M | <o> | o |
<comma> | , | <N> | N | <p> | p |
<hyphen> | - | <O> | O | <q> | q |
<hyphen-minus> | - | <P> | P | <r> | r |
<period> | . | <Q> | Q | <s> | s |
<full-stop> | . | <R> | R | <t> | t |
<slash> | / | <S> | S | <u> | u |
<solidus> | / | <T> | T | <v> | v |
<zero> | 0 | <U> | U | <w> | w |
<one> | 1 | <V> | V | <x> | x |
<two> | 2 | <W> | W | <y> | y |
<three> | 3 | <X> | X | <z> | z |
<four> | 4 | <Y> | Y | <left-brace> | { |
<five> | 5 | <Z> | Z | <left-curly-bracket> | { |
<six> | 6 | <left-square-bracket> | [ | <vertical-line> | | |
<seven> | 7 | <backslash> | \ | <right-brace> | } |
<eight> | 8 | <reverse-solidus> | \ | <right-curly-bracket> | } |
<nine> | 9 | <right-square-bracket> | ] | <tilde> | ~ |
This specification set places only the following requirements on the encoded values of the characters in the portable character set:
In locales other than the POSIX locale, a character may have a state-dependent encoding. There are two types of these encodings:
While in the initial shift state, all characters in the portable character set retain their usual interpretation and do not alter the shift state. The interpretation for subsequent bytes in the sequence is a function of the current shift state. A byte with all bits zero is interpreted as the null character independent of shift state. Thus a byte with all bits zero must never occur in the second or subsequent bytes of a character.
The maximum allowable number of bytes in a character in the
current locale is indicated by MB_CUR_MAX, defined in the XSH specification
<stdlib.h>,
and by the
<mb_cur_max>
value in a character set description file; see
All wide-character codes in a given process
consist of an equal number of bits.
This is in contrast to characters, which can consist of a variable
number of bytes.
The byte or byte sequence that represents a character can also be
represented as a wide-character code.
Wide-character codes thus provide a
uniform size for
manipulating text data.
A wide-character code having all bits zero is the
null wide-character code
(see
This specification set does not require that multiple character sets or codesets be supported. Although multiple charmap files are supported, it is the responsibility of the implementation to provide the file or files; if only one is provided, only that one will be accessible using the localedef utility's -f option (although in the case of just one file on the system, -f is not useful).
Each character set description file defines
characteristics for the coded character set and
the encoding for the characters
specified in
The character set description file provides:
The charmap file was introduced to resolve problems with the portability of, especially, localedef sources. This specification set assumes that the portable character set is constant across all locales, but does not prohibit implementations from supporting two incompatible codings, such as both ASCII and EBCDIC. Such dual-support implementations should have all charmaps and localedef sources encoded using one portable character set, in effect cross-compiling for the other environment. Naturally, charmaps (and localedef sources) are only portable without transformation between systems using the same encodings for the portable character set. They can, however, be transformed between two sets using only a subset of the actual characters (the portable set). However, the particular coded character set used for an application or an implementation does not necessarily imply different characteristics or collation; on the contrary, these attributes should in many cases be identical, regardless of codeset. The charmap provides the capability to define a common locale definition for multiple codesets (the same localedef source can be used for codesets with different extended characters; the ability in the charmap to define empty names allows for characters missing in certain codesets).
Each symbolic name specified in
<ACK> <DC2> <ENQ> <FS> <IS4> <SOH> <BEL> <DC3> <EOT> <GS> <LF> <STX> <BS> <DC4> <ESC> <HT> <NAK> <SUB> <CAN> <DEL> <ETB> <IS1> <RS> <SYN> <CR> <DLE> <ETX> <IS2> <SI> <US> <DC1> <EM> <FF> <IS3> <SO> <VT>
Table: Control Character Set
The following declarations can precede the character definitions. Each must consist of the symbol shown in the following list, starting in column 1, including the surrounding brackets, followed by one or more blank characters, followed by the value to be assigned to the symbol.
The character set mapping definitions will be all the lines immediately following an identifier line containing the string CHARMAP starting in column 1, and preceding a trailer line containing the string ENDCHARMAP starting in column 1. Empty lines and lines containing a <comment_char> in the first column will be ignored. Each non-comment line of the character set mapping definition (that is, between the CHARMAP and ENDCHARMAP lines of the file) must be in either of two forms:
"%s %s %s\n", <symbolic-name>, <encoding>, <comments>
"%s...%s %s %s\n", <symbolic-name>, <symbolic-name>, <encoding>, <comments>
In the first format, the line in the character set mapping definition
defines a single symbolic name and a corresponding encoding.
A symbolic name is one or more characters from the set shown
with visible glyphs in
In the second format, the line in the character set mapping definition
defines a range of one or more symbolic names.
In this form, the symbolic
names must consist of zero or more non-numeric characters from the set
shown with visible glyphs in
A character set mapping definition line must exist for all symbolic
names specified in
The encoding part is expressed as one (for single-byte character values) or more concatenated decimal, octal or hexadecimal constants in the following formats:
Decimal constants must be represented by two or three decimal digits, preceded by the escape character and the lower-case letter d; for example, \d05, \d97 or \d143. Hexadecimal constants must be represented by two hexadecimal digits, preceded by the escape character and the lower-case letter x; for example, \x05, \x61 or \x8f. Octal constants must be represented by two or three octal digits, preceded by the escape character; for example, \05, \141 or \217. In a portable charmap file, each constant must represent an 8-bit byte. Implementations supporting other byte sizes may allow constants to represent values larger than those that can be represented in 8-bit bytes, and to allow additional digits in constants. When constants are concatenated for multi-byte character values, they must be of the same type, and interpreted in byte order from first to last with the least significant byte of the multi-byte character specified by the last constant. The manner in which these constants are represented in the character stored in the system is implementation-dependent. (This big endian notation was chosen for reasons of portability. There is no requirement that the internal representation in the computer memory be in this same order.) Omitting bytes from a multi-byte character definition produces undefined results.
In lines defining ranges of symbolic names, the encoded value is the
value for the first symbolic name in the range (the symbolic name
preceding the ellipsis).
Subsequent symbolic names defined by the range
will have encoding values in increasing order.
For example, the line:
<j0101>...<j0104> \d129\d254
will be interpreted as:
<j0101> \d129\d254
<j0102> \d129\d255
<j0103> \d130\d0
<j0104> \d130\d1
Note that this line will be interpreted as the example even on systems with bytes larger than 8 bits.
The comment is optional.
For the interpretation of the dollar sign and the number sign, see