Reference number of working document: ISO/IEC JTC1/SC22/WG20 N553 Date: 1997-12-21 Reference number of document: ISO/IEC FCD 14652 Committee identification: ISO/IEC JTC1/SC22 Secretariat: ANSI Information technology Specifications for Cultural Conventions Technologies de l'information Spcifications des conventions culturelles Contents 1 SCOPE 1 2 NORMATIVE REFERENCES 1 3 TERMS, DEFINITIONS AND NOTATIONS 1 4 FDCC-set 4 4.1 FDCC-set definition 5 4.2 LC_CTYPE 8 4.3 LC_COLLATE 22 4.4 LC_MONETARY 36 4.5 LC_NUMERIC 41 4.6 LC_TIME 41 4.7 LC_MESSAGES 47 4.8 LC_PAPER 48 4.9 LC_NAME 48 4.10 LC_ADDRESS 51 4.11 LC_TELEPHONE 52 4.12 LC_MEASUREMENT 52 4.13 LC_VERSIONS 54 5 CHARMAP 59 6 REPERTOIREMAP 62 7 CONFORMANCE 88 Annex A (informative) DIFFERENCES FROM POSIX 89 Annex B (informative) RATIONALE 91 Annex C (informative) INDEX 106 BIBLIOGRAPHY 111 FOREWORD ISO (the International Organization for Standardization) and IEC (the International Electrotechnical Commission) form the specialized system for worldwide standardization. National bodies that are members of ISO or IEC participate in the development of International Standards through technical committees established by the respective organization to deal with particular fields of technical activity. ISO and IEC technical committees collaborate in fields of mutual interest. Other international organizations, governmental and non- governmental, in liaison with ISO and IEC, also take part in the work. International Standards are drafted in accordance with the rules given in the ISO/IEC Directives, Part 3. In the field of information technology, ISO and IEC have established a joint technical committee, ISO/IEC JTC 1. Draft International Standards adopted by the joint technical committee are circulated to national bodies for voting. Publication as an International Standard requires approval by at least 75 % of the national bodies casting a vote. International Standard ISO/IEC 14652 was prepared by Joint Technical Committee ISO/IEC JTC 1., "Information Technology", subcommittee 22, "Programming languages, their environments and system software interfaces". The Standard uses text from ISO/IEC 9945-2:1993 "Information Technology - Portable Operating System Interface (POSIX) - Part 2: Shell and Utilities", primarily clauses 2.4 and 2.5. The major differences from this text is listed in annex A. The annexes A, B and C are for information only. Introduction This International Standard defines a general mechanism to specify cultural conventions, and it defines formats for a number of specific cultural conventions in the areas of character classification and conversion, sorting, number formatting, monetary formatting, date formatting, message display, paper formats, addressing of persons, postal address formatting, telephone number handling, measurement handling, and a way to specify how much is covered and the status of it. There are a number of benefits coming from this standard: Rigid specification Using this International Standard, a user can rigidly specify a number of the cultural conventions that apply to the information technology environment of the user. Cultural adaptability An application may use the specifications as data to its APIs, and thus the same application may accommodate different users in a culturally acceptable way to each of the users, without change of the binary application. Internationalization An application developer can remove cultural dependencies from an application, using the localized data given by the customer. In this way the application developer is relieved from getting the different information to support all the cultural environments for the expected customers of the product. The application developer is thus ensured of culturally correct behaviour as specified by the customer, and possibly more markets may be reached as customers can provide the data themselves for markets that were not targeted. Uniform behaviour A user may use his/her cultural convention specifications with a number of applications, and thus enjoy consistent and correct behaviour on these issues from all of the applications. The specification format is very general, independent of platforms and specific encoding, and targeted to be useable from a wide range of programming languages. This International Standard defines the format to be used for the International String Ordering standard, ISO/IEC 14651. This Internal Standard is backwards compatible with the ISO/IEC 9945:1993 POSIX shell and utilities standard, and it has enhanced functionality in a number of areas such as ISO/IEC 10646 support, more classification of characters, transliteration, dual currency support, enhanced date and time formatting, paper handling, personal name writing, postal address formatting, telephone number handling, measurement system handling, and management of categories. There is enhanced support for character sets including ISO 2022 handling and an enhanced method to separate the specification of cultural conventions from an actual encoding via a description of the character repertoire employed. A standard set of values for all the categories has been defined covering the repertoire of ISO/IEC 10646. Information technology Specifications for cultural conventions 1 SCOPE This Standard specifies a description format for the specification of cultural conventions, a description format for character sets, and a description format for binding character names to ISO/IEC 10646, plus a set of default values for some of these items. The specification is upward compatible with POSIX locale specifications - a locale conformant to POSIX specifications will also be conformant to the specifications in this Standard, while the reverse condition will not hold. The descriptions are intended to be coded in text files to be used via Application Programming Interfaces. 2 NORMATIVE REFERENCES The following normative documents contain provisions which, through reference in this text, constitute provisions of this International Standard. For dated references, subsequent amendments to, or revisions of, any of these publications do not apply. However, parties to agreements based on this International Standard are encouraged to investigate the possibility of applying the most recent editions of the normative documents indicated below. For undated references, the latest edition of the normative document referred to applies. Members of ISO and IEC maintain registers of currently valid International Standards. ISO/IEC 2022, "Information technology - Character code structure and extension techniques". ISO 4217, "Codes for the representation of currencies and funds". ISO 8601, "Data elements and interchange formats - Information interchange - Representation of dates and times". ISO/IEC 9945-2:1993, "Information technology - Portable Operating System Interface (POSIX) Part 2: Shell and Utilities". ISO/IEC 10646:1997, "Information technology - Universal Multiple-Octet Coded Character Set (UCS), including Cor.1 and AMD 1-9". ISO/IEC 14651, "Information technology - International string ordering - Method for comparing character strings and description of a default tailorable ordering". 3 TERMS, DEFINITIONS AND NOTATIONS 3.1 Terms and definitions For the purposes of this International Standard, the terms and definitions given in the following apply. 3.1.1 byte: An individually addressable unit of data storage that is equal to or larger than an octet, used to store a character or a portion of a character. A byte is composed of a contiguous sequence of bits, the number of which is application defined. The least significant bit is called the low-order bit; the most significant bit is called the high-order bit. 3.1.2 character: A member of a set of elements used for the organization, control or representation of data. 3.1.3 coded character: A sequence of one or more bytes representing a single character. 3.1.4 text file: A file that contains characters organized into one or more lines. 3.1.5 cultural convention: A data item for computer use that may vary dependent on language, territory, or other cultural circumstances. 3.1.6 FDCC-set: A Set of Formal Definitions of Cultural Conventions. The definition of the subset of a user's information technology environment that depends on language and cultural conventions. Note: the FDCC-set is a superset of the "locale" term in C and POSIX. 3.1.7 charmap: A definition of a mapping between symbolic character names and the encoding for a coded character set" 3.1.8 repertoiremap: A definition of a mapping between symbolic character names and characters for the repertoire of characters used in a FDCC-set, further described in clause 6. 3.1.9 character class: A named set of characters sharing an attribute associated with the name of the class. 3.1.10 printable character: One of the characters included in the "print" character classification of the LC_CTYPE category in the current FDCC-set. 3.1.11 white space: A sequence of one or more characters that belong to the "space" class as defined via the LC_CTYPE category in the current FDCC-set. 3.1.12 collation: The logical ordering of strings according to defined precedence rules. 3.1.13 collating element: The smallest entity used to determine the logical ordering of strings. See collating sequence. A collating element shall consist of either a single character, or two or more characters collating as a single entity. The value of the LC_COLLATE category in the current FDCC-set determines the current set of collating elements. 3.1.14 multicharacter collating element: A sequence of two or more characters that collate as an entity. For example, in some languages two characters are sorted as one letter, this is the case for Danish and Norwegian "aa". 3.1.15 collating sequence: The relative order of collating elements as determined by the setting of the LC_LOCALE category in the current FDCC-set. 3.1.16 equivalence class: A set of collating elements with the same primary collation weight. Elements in an equivalence class are typically elements that naturally group together, such as all accented letters based on the same letter. The collation order of elements within an equivalence class is determined by the weights assigned on any subsequent levels after the primary weight. 3.1.17 affirmative response: A string conforming to the definition of LC_MESSAGES category keyword "yesexpr". 3.1.18 negative response: A string conforming to the definition of LC_MESSAGES category keyword "noexpr". 3.2 Notations The following notations and common conventions for specifications apply to this standard: 3.2.1 Format of syntax descriptions In this standard the syntax descriptions for statements are specified in the following way: The format is given in a format string enclosed in double quotes, followed by a number of parameters, separated by a comma. The format of each parameter is given by an escape sequence as follows: %s specifies a string %d specifies an decimal integer %c specifies a character %o specifies an octal integer %x specifies a hexadecimal integer All other characters in the format string except %% specifies a single % \n specifies an end-of-line represent themselves. The notation "..." is used to specify that repetition of the previous specification is optional, and this is done in both the format string and in the parameter list. 3.2.2 Continuation of lines A line in a specification can be continued by placing an escape character as the last visible graphic character on the line; this continuation character shall be discarded from the input. Comment lines shall not be continued on a subsequent line using an escaped . 3.2.3 Ellipses A series of characters in a specification can be represented by three adjacent periods representing an absolute ellipsis symbol ("..."), or the symbols "...." or ".." representing respectively the symbolic decimal ellipsis symbol and the symbolic hexadecimal ellipsis symbol. The ellipsis specification shall be interpreted as meaning that all values between the values preceding and following it represent valid characters. The absolute ellipsis specification is only valid within a single encoded character set. An ellipsis shall be interpreted as including in the list all characters with an encoded value higher than the encoded value of the character preceding the ellipsis and lower than the encoded value of the character following the ellipsis. The absolute ellipsis specification is deprecated, as this is only relevant to FDCC-sets not using symbolic characters. The symbolic ellipsis specifications are only valid between symbolic character names. They shall be interpreted as all the symbolic names that can be generated by either incrementing the first symbolic names decimally or hexadecimally (corresponding to "...." or ".." respectively) until the symbolic character name is less or equal the second symbolic character name. Examples: The use of the hexadecimal symbolic ellipsis in .. generates the symbolic character names , , , , , , and in that sequence. The use of the decimal symbolic ellipsis in .. generates the symbolic character names , , , , , and in that sequence. 4 FDCC-set A FDCC-set is the definition of the subset of a user's information technology environment that depends on language and cultural conventions. It is made up from one or more categories. Each category is identified by its name and controls specific aspects of the behaviour of components of the system. This standard defines following categories: LC_CTYPE Character classification, case conversion and code transformation. LC_COLLATE Collation order. LC_TIME Date and time formats. LC_NUMERIC Numeric, non-monetary formatting. LC_MONETARY Monetary formatting. LC_MESSAGES Formats of informative and diagnostic messages and interactive responses. LC_PAPER Paper format LC_NAME Format of writing personal names LC_ADDRESS Format of postal addresses LC_TELEPHONE Format for telephone numbers, and other telephone information LC_MEASUREMENT Information on measurement system LC_VERSIONS Versions and status of categories In future editions of this standards further categories may be added. Other category names beginning with the 3 characters "LC_" are intended for future standardization, except for category names beginning with the five letters "LC_X_" which use is application defined. An implementation should thus use category names beginning with the five letters "LC_X_" to avoid clashes with future standardized categories. This standard also defines an FDCC-set named "i18n" with values for each of the above categories. 4.1 FDCC-set Definition FDCC-sets are described with the format presented in this subclause. For the purposes of this standard, the text is referred to as the FDCC-set definition text or FDCC-set source text. The FDCC-set definition text shall contain one or more FDCC- set category source definitions, and shall not contain more than one definition for the same FDCC-set category. If the text contains source definitions for more than one category, application-defined categories, if present, shall appear after the categories defined by this clause. A category source definition shall contain either the definition of a category or a copy directive. In the event that some of the information for a FDCC-set category, as specified in this standard, is missing from the FDCC-set source definition, the behaviour of that category, if it is referenced, is unspecified. A FDCC-set category is the normal way of specifying a single FDCC. A category source definition shall consist of a category header, a category body, and a category trailer. A category header shall consist of the character string naming of the category, beginning with the characters "LC_". The category trailer shall consist of the string "END", followed by one or more "blank"s and the string used in the corresponding category header. The category body shall consist of one or more lines of text. Each line shall contain an identifier, optionally followed by one or more operands. Identifiers shall be either keywords, identifying a particular FDCC, or collating elements, or script symbols, or transliteration statements. In addition to the keywords defined in this standard, the source can contain application-defined keywords. Each keyword within a category shall have a unique name (i.e., two categories can have a commonly-named keyword); no keyword shall start with the characters "LC_". Identifiers shall be separated from the operands by one or more "blank"s. Operands shall be characters, collating elements, script symbols, or strings of characters. Strings shall be enclosed in double-quotes. Literal double-quotes within strings shall be preceded by the , described below. When a keyword is followed by more than one operand, the operands shall be separated by semicolons; "blank"s shall be allowed before and/or after a semicolon. 4.1.1 Character representation Individual characters, characters in strings, and collating elements shall be represented using symbolic names, UCS notation or characters themselves, or as octal, hexadecimal, or decimal constants as defined below. When constant notation is used, the resultant FDCC-set definitions need not be portable between systems. (0) The left angle bracket (<) is a reserved symbol, denoting the start of a symbolic name; when used to represent itself it shall be preceded by the escape character. (1) A character can be represented via a symbolic name, enclosed within angle brackets (< and >). The symbolic name, including the angle brackets, shall exactly match a symbolic name defined in a charmap or a repertoiremap to be used, and shall be replaced by a character value determined from the value associated with the symbolic name in the charmap or a value associated via a repertoiremap. Repertoiremaps have predefined symbolic names for UCS characters, see clause 6. Use of the escape character or a right angle bracket within a symbolic name shall be invalid unless the character is preceded by the escape character. Example: ; "" The items (2), (3), (4) and (5) are deprecated and are retained for compatibility with the POSIX standard. FDCC-sets should be specified in a coded character set independent way, using symbolic names. To make actual use of the FDCC-set, it shall be used together with charmaps and/or repertoiremaps, so that the symbolic character names can be resolved into the actual character encoding used. (2) A character can be represented by the character itself, in which case the value of the character is application- defined. Within a string, the double-quote character, the escape character, and the right angle bracket character shall be escaped (preceded by the escape character) to be interpreted as the character itself. Outside strings, the characters , ; < > escape_char shall be escaped to be interpreted as the character itself Example: c "May" (3) A character can be represented as an octal constant. An octal constant shall be specified as the escape character followed by two or more octal digits. Each constant shall represent a byte value. Example: \143; \347; "\115" (4) A character can be represented as a hexadecimal constant. A hexadecimal constant shall be specified as the escape character followed by an x followed by two or more hexadecimal digits. Each constant shall represent a byte value. Example: \x63;\xe7; (5) A character can be represented as a decimal constant. A decimal constant shall be specified as the escape character followed by a d followed by two or more decimal digits. Each constant shall represent a byte value. Example: \d99; \d231; (6) Multibyte characters can be represented by concatenated constants specified in byte order with the last constant specifying the least significant byte of the character. Concatenated constants can include a mix of the above character representations. Example: \143\xe7; "\115\xe7\d171" Only characters existing in the character set for which the FDCC-set definition is created shall be specified, whether using symbolic names, the characters themselves, or octal, decimal, or hexadecimal constants. If a charmap is present, only characters defined in the charmap can be specified using octal, decimal, or hexadecimal constants. Symbolic names not present in the charmap can be specified and shall be ignored, as specified under item (1) above. 4.1.2 Pre-category statements In a FDCC-set the following statements can precede category specifications, and they apply to all categories in the specified FDCC-set. 4.1.2.1 comment_char The following line in a FDCC-set modifies the comment character. It shall have the following format, starting in column 1: "comment_char %c\n", The comment character shall default to the number-sign (#). All examples this standard use "%" as the , except where otherwise noted. Blank lines and lines containing the in the first position, and the remainder of a line with a occurring where a syntactic semicolon may occur, shall be ignored. 4.1.2.2 escape_char The following line in a FDCC-set modifies the escape character to be used in the text. It shall have the following format, starting in column 1: "escape_char %c\n", The escape character shall default to backslash "\". All examples in this standard uses "/" as the escape character, except where otherwise noted. 4.1.2.3 repertoiremap The following line in a FDCC-set specifies the name of a repertoiremap used to define the symbolic character names in the FDCC-set. There may be at most one "repertoiremap" line. It shall have the following format, starting in column 1: "repertoiremap %s\n", 4.1.2.4 charmap The following line in a FDCC-set specifies the name of a charmap which may be used with the FDCC-set. It shall have the following format, starting in column 1: "charmap %s\n", There may be more than one charmap specification in a FDCC- set. For the actual use of a FDCC-set, at most one charmap may be in use, and this may be different from any charmap specified with the "charmap" line. The "charmap" keyword is intended to provide information on which charmaps are supposed to be used with the FDCC-set, but other charmaps may also be applicable. 4.2 LC_CTYPE The LC_CTYPE category defines character classification, case conversion, character transformation, and other character attribute mappings. Ellipsises and symbolic ellipsises as defined in clause 3.2.3 may be used to specify a list of characters. Support for the portable character set is required. Example: \x30:...;\x39; includes in the character class all characters with encoded values between the endpoints. 4.2.1 Basic keywords The following keywords shall be defined. In the descriptions, the term "automatically included" means that it shall not be an error to either include the referenced characters or to omit them; the interpreting system shall provide them if missing and accept them silently if present. copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. upper Define characters to be classified as uppercase letters. No character specified for the keywords cntrl, digit, punct, or space shall be specified. The uppercase letters A through Z of the portable character set, shall automatically belong to this class, with application-defined character values. The keyword may be omitted. lower Define characters to be classified as lowercase letters. No character specified for the keywords cntrl, digit, punct, or space shall be specified. The lowercase letters a through z of the portable character set, shall automatically belong to this class, with application-defined character values. The keyword my be omitted. alpha Define characters to be classified as letters or other characters used in words of natural languages such as syllabic or ideographic characters. No character specified for the keywords cntrl, digit, punct, or space shall be specified. In addition, characters classified as either upper or lower shall automatically belong to this class. The keyword may be omitted. digit Define the characters to be classified as numeric digits. Digits corresponding to the values 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 can be specified in groups of 10 digits, and in ascending order of the values they represent. The digits of the portable character set are automatically included. If this keyword is not specified, the digits 0 through 9 of the portable character set shall automatically belong to this class, with application-defined character values. The keyword may be omitted. outdigit Define the characters to be classified as numeric digits for output. Digits corresponding to the values 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9 can be specified, and in ascending order of the values they represent. If this keyword is not specified, the digits 0 through 9 of the portable character set shall automatically belong to this class, with application-defined character values. The keyword may be omitted. space Define characters to be classified as white-space characters, for to find syntactical boundaries. No character specified for the keywords upper, lower, alpha, digit, graph, or xdigit shall be specified. If this keyword is not specified, the characters , , , , , and , shall automatically belong to this class, with application-defined character values. Any characters included in the class blank shall be automatically included. The keyword may be omitted. cntrl Define characters to be classified as control characters. No character specified for the keywords upper, lower, alpha, digit, punct, graph, print, or xdigit shall be specified. The keyword shall be specified. punct Define characters to be classified as punctuation characters. No character specified for the keywords upper, lower, alpha, digit, cntrl, xdigit, or as the character shall be specified. The keyword shall be specified. graph Define characters to be classified as printable characters, not including the character. If this keyword is not specified, characters specified for the keywords upper, lower, alpha, digit, xdigit, and punct shall belong to this character class. No character specified for the keyword cntrl shall be specified. print Define characters to be classified as printable characters, including the character. If this keyword is not provided, characters specified for the keywords upper, lower, alpha, digit, xdigit, punct, graph, and the character shall belong to this character class. No character specified for the keyword cntrl shall be specified. xdigit Define the characters to be classified as hexadecimal digits. Only the characters defined for the class digit shall be specified, in ascending sequence by numerical value, followed by one or more sets of six characters representing the hexadecimal digits 10 through 15, with each set in ascending order (for example A, B, C, D, E, F, a, b, c, d, e, f). If this keyword is not specified, the digits 0 through 9, the uppercase letters A through F, and the lowercase letters a through f, shall automatically belong to this class, with applicat- ion-defined character values. blank Define characters to be classified as "blank" characters. If this keyword is unspecified, the characters and , with application-defined character values, shall belong to this character class. toupper Define the mapping of lowercase letters to uppercase letters. The operand shall consist of character pairs, separated by semicolons. The characters in each character pair shall be separated by a comma and the pair enclosed by parentheses. The first character in each pair shall be the lowercase letter, the second the corresponding uppercase letter. Only characters specified for the keywords lower and upper shall be specified. If this keyword is not specified, the lowercase letters a through z, and their corresponding uppercase letters A through Z, shall automatically be included, with application-defined character values. tolower Define the mapping of uppercase letters to lowercase letters. The operand shall consist of character pairs, separated by semicolons. The characters in each character pair are separated by a comma and the pair enclosed by parentheses. The first character in each pair shall be the uppercase letter, the second the corresponding lowercase letter. Only characters specified for the keywords lower and upper shall be specified. If this keyword is specified, the uppercase letters A through Z, and their correspon- ding lowercase letter, shall be specified. If this keyword is not specified, the mapping shall be the reverse mapping of the one specified for toupper. class Define characters to be classified as characters in the class defined with the first operand, which is a string. The string shall only contain letters, digits and and form the portable character set. The following operands are characters. This keyword is optional. The keyword can only be specified once per named class. Defined classes are: left_to_right Left-to-right directionality, for example Latin letters. right_to_left Right-to-left directionality, for example Hebrew letters. num_terminator Numeric terminator required for determining the end of a number. num_separator numbers separator characters that can separate numbers written with any of the characters in the digit class. segment_separator Segment separator characters, that delimits segments, normally part of a line, with specific directionality. block_separator Block separator characters, that delimits larger blocks of text with a specific directionality. direction_control Direction control characters, such as the characters listed in ISO/IEC 10646-1:1993 annex D.1.3. sym_swap_layout Symmetrical swap layout characters, such as the characters listed in ISO/IEC 10646-1:1993 annex D.2.2 char_shape_selector Character shaping selector characters, such as the characters listed in ISO/IEC 10646-1:1993 annex D.2.3 num_shape_selector Numeric shaping selector characters, such as the characters listed in ISO/IEC 10646-1:1993 annex D.2.4 non_spacing Characters to form composite graphic symbols, such as characters listed in ISO/IEC 10646:1993 annex B.1. non_spacing_level3 Characters to form composite graphic symbols, that may also be represented by other characters, such as characters listed in ISO/IEC 10646-1:1993 annex B.2. normal_connect Characters that connect both to the left and to the right r_connect Characters that connect only to their right. no_connect Characters that do not connect and cannot be overridden. no_connect-space Characters that may be overridden, but do not connect. vowel_connect Connectable vowels. special1 Characters that need special handling. special2 Characters that need special handling. special3 Characters that need special handling. The class names "upper", "lower", "alpha", "digit", "space", "cntrl", "punct", "graph", "print", "xdigit", and "blank" are taken to mean the classes defined by the respective keywords. map Define the mapping of characters. The first operand is a string, defining the name of the mapping. The string shall only contain letters, digits and and form the portable character set. The following operands shall consist of character pairs, separated by semicolons. The characters in each character pair shall be separated by a comma and the pair enclosed by parentheses. The first character in each pair shall be the character to map from, the second the corresponding character to map to. This keyword is optional. The keyword can only be specified once per named mapping. Defined mappings are: tosymmetric Characters to be switched for eachother in bidirectional text, for example characters listed in ISO/IEC 10646-1 Annex C. For each pair also the mapping form the second operand to the first operand is also defined. The mapping names "toupper", and "tolower" are taken to mean the mapping defined by the respective keywords. Table 1 shows the allowed character class combinations. Table 1: Valid Character Class Combinations Class upper lower alpha digit space cntrl punct graph print xdigit blank upper + A x x x x A A + x lower + A x x x x A A + x alpha + + x x x x A A + x digit x x x x x x A A A x space x x x x + * * * x + cntrl x x x x + x x x x + punct x x x x + x A A x + graph + + + + + x + A + + print + + + + + x + + + + xdigit + + + + x x x A A x blank x x x x A + * * * x NOTES: Note 1: Explanation of codes: A Automatically included; see text + Permitted x Mutually exclusive * See note 2 Note 2: The character, which is part of the space and blank class, cannot belong to punct or graph, but automatically shall belong to the print class. Other space or blank characters can be classified as punct, graph, and/or print. 4.2.2 Character string transliteration The following keywords may be used to transliterate strings. The transliteration may for example be from the Cyrillic script to the Latin script. Transliteration is often language dependent, and the language to be transliterated to is identified with the FDCC-set, which may also be used to identify a specific language to be transliterated from. Transliteration of an incoming character string to a character string in a FDCC-set can be specified with the following keywords and transliteration statements. translit_start The "translit_start" keyword is followed by one or more transliteration statements assigning character transliteration values to transliterating elements, and include statements copying transliteration specifications from other FDCC-sets. translit_end The end of the transliteration statements. include The name of the FDCC-set in text form to transliterate from, and the repertoiremap for the FDCC-set to be used for the definition of the transliteration statements. Other transliteration statements may follow to replace specification of the copied FDCC-set. This keyword is optional. default_missing defines one or more characters to be used if no transliteration statement can be applied to a input . 4.2.2.1 Transliteration statements The "translit_start" keyword may be followed by transliteration statements. The syntax for a transliteration statement is: "%s %s;%s;...;%s\n",,, ,... Each shall consist of one or more characters (in any of the forms defined in 4.1.1). The in terms of number of characters that match the input string is the one selected for transliteration. The order the is defined in, defines the precedence of transliterations. The first that satisfies the transliteration (by for example having characters that are all in the coded character set that is transformed into and having the desired string length) is chosen. Note: For this match in the list of it is expected that a repertoire describing which characters to be present in the resulting transformed string be available to the transliteration API. If more than one transliteration statement is given for a given this is an error, unless it is specifically allowed by the utility handling the FDCC-set - then a warning is given and the last transliteration statement is assumed. 4.2.2.2 "include" keyword The "include" keyword specifies a set of transliteration statements in text form to be included in the current transliteration. The syntax of the "include" statement is: "include %s;%s\n", , is a string identifying the FDCC-set to be included from. is a string identifying the repertoiremap used in the FDCC-set being included, and is used to map character specifications from the specified FDCC-set into the current FDCC-set. 4.2.2.3 Example of use of transliteration translit_start include "de_DE";"de_repmap" default_missing ;;;"" ; translit_end The "translit_start" keyword introduces the transliteration section in the LC_CTYPE category. The "include" keyword specifies that the FDCC-set "de_DE" is copied and that the repertoiremap "de_repmap" is used to define the symbolic character names in the FDCC-set "de_DE". The "default_missing" keyword introduces the character sequence "" as the string to transform into for input characters that cannot be transformed into other strings, because no transliteration statement is applicable to the character. The next 3 lines are transliteration statements. The first transliteration statement defines a number of transliterations for the LATIN LETTER AE, including into LATIN LETTER A WITH DIAERESIS, GREEK LETTER EPSILON, the two Latin letters A and E, and finally the LATIN LETTER E. The second transliteration statement defines transliteration of the LATIN LETTER S into GREEK LETTER SIGMA, and CYRILLIC LETTER ES. The third transliteration statement transliterates the two Latin letters K and O into the Japanese Hiragana character KO. The transliteration sections is terminated via the "translit_end" keyword in the above example. 4.2.3 "i18n" LC_CTYPE category The "i18n" FDCC-set for the LC_CTYPE is defined as follows: LC_CTYPE % The following is the 14652 i18n fdcc-set LC_CTYPE category. % It covers ISO/IEC 10646-1 including Cor.1 and AMD 1 thru 9 upper / ..;..;..;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;..;..;/ ;;..;;;;;;/ ;;;;;;..;/ ;;;;;;;;/ ;;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ..;;;;..;..; / ..;..;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;..;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;..;/ ..;..;..;..; ;/ ;;;..;..;/ ..;..;..;..;/ ..;..;..;.. % lower / ..;..;..;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;..;/ ;;;;;;;/ ..;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ..;..;..;;.. ;/ ..;..;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;..;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;..;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ;;;;;;;;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ;;..;;;..;/ ;;..;..;;;;/ ;..;.. % alpha / ..;..;;;..;/ ..;..;..;..;/ ..;..;;/ ;..;;..;..;/ ..;;;;;..;/ ..;..;..;..;/ ..;;;;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;/ ..;..;/ ..;..;;..;/ ..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;;..;/ ..;..;..;..;/ ..;..;/ ;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ;;/ ..;..;;..;/ ..;..;..;..;/ ..;..;..;;;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;;..;..;/ ..;..;..;..;/ ..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;/ ..;..;/ ..;;..;;;/ ..;..;..;;;/ ..;..;..;..;/ ..;;..;..;/ ;..;;;;..;/ ..;/ ..;..;..;;/ ..;..;;/ ..;..;/ ..;..;/ ..;..;/ ..;/ ..;..;..;..;/ ..;..;;..;/ ..;/ ..;/ ;;..;;..;/ ..;..;;;;;/ ;..;;;..;;/ ..;;;;..;/ ..;..;..;.. % digit / ..;..;..;..;/ ..;..;..;..;/ <0>;..;..;..;..;/ ..;..;..;;.. ;/ ;;;;;;/ ;;; % outdigit .. % space ;..;;..;/ ..; % cntrl ..;.. % punct / ..;..;..;/ ..;..;;;;..; / ;;..;;;;;/ ;;;;;;..;/ ..;;..;..;;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;;..;.. ;/ ..;..;..;..;/ ..;..;..;..;/ ..;;..;;..;/ ..;..;;;;;;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;;;..;/ ..;..;;..;.. ;/ ..;..;..;;.. ;/ ..;..; % graph / ..;..;..;/ ..;..;..;..;/ ;;;;;;..;;/ ..;..;..;;;; / ;..;..;..;/ ..;..;..;;;/ ;;..;..;;;/ ..;..;..;;/ ..;..;..;/ ..;..;..;;;; / ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;;;/ ..;..;;..;;/ ..;;;..;;;;/ ..;..;;..;;; / ..;..;;;;;/ ;;;..;;;..;/ ..;;..;..;.. ;/ ;..;..;..;/ ;;..;..;..;/ ..;;;..;..;/ ..;;;..;..;/ ;;..;..;;;/ ..;;;;;..;/ ..;;;..;..;/ ..;;;;;;;;/ ..;..;..;..;/ ..;..;;..;.. ;/ ..;..;..;..;/ ..;..;..;..;/ ;;;;..;;;/ ..;..;..;..;/ ..;..;..;..;/ ;;;;;..;;;/ ..;..;..;..;/ ..;..;..;;;; / ..;..;..;;;; / ;;;;..;..;/ ..;;;;;..;/ ..;..;;..;.. ;/ ;;/ ..;..;..;/ ..;..;;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;;;;..;..; / ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..; ;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..; ;/ ..;;..;..;.. ;/ ..;..;..;;.. ;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;;;;;;/ ..;..;..;..;/ ..;..;..;..;/ ..;..;..;;.. ;/ ;..;..;..;/ ..;..;..;..;/ ..; % % "print" is by default "graph", and the character % xdigit ..;..;.. % blank ;;..;..; % toupper / (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,) tolower / (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,);(,);(,);(,);/ (,) % right_to_left / ..;..;..;/ ..;..;..;;;; / ..;..;;..;/ ..;..;..;..;/ % class "num_terminator";<:>; class "num_separator";<:>; class "direction_control";;;.. class "sym_swap_layout";; class "char_shape_selector";; class "num_shape_selector";; class "non_spacing"; / ..; ..; ..;/ ..;..;..;/ ..;;;;;..;;/ ..;;;..;..;; / ..;..;;;..;; / ..;;;..;;;;/ ;;..;;;..;/ ;;..;;..;..; / ..;..;;..;;; / ..;;;;;..;/ ..;..;;..;.. ;/ ..;..;;;;;/ ..;..;..;;;/ ;;..;..;..;; / ;..;..;;..;/ ;;..;;;;;;/ ;;..;..;;..; / ;..;..;;..;/ ;; % class "non_spacing_level3"; / ..;..;..;..;/ ..;..;..;;/ ;;;;;;;/ ;;;;;;;;;/ ;;;;..;; % map "tosymmetric"; / (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,); (,) END LC_CTYPE 4.3 LC_COLLATE A collation sequence definition defines the relative order between collating elements (characters and multicharacter collating elements) in the FDCC-set. This order is expressed in terms of collation values; i.e., by assigning each element one or more collation values (also known as collation weights). This does not imply that applications shall assign such values, but that ordering of strings using the resultant collation definition in the FDCC-set shall behave as if such assignment is done and used in the collation process. The collation sequence definition shall be used by regular expressions, pattern matching, and sorting. The following capabilities are provided: (1) Multicharacter collating elements. Specification of multicharacter collating elements (i.e., sequences of two or more characters to be collated as an entity). (2) User-defined ordering of collating elements. Each collating element shall be assigned a collation value defining its order in the character (or basic) collation sequence. This ordering is used by regular expressions and pattern matching and, unless collation weights are explicitly specified, also as the collation weight to be used in sorting. (3) Multiple weights and equivalence classes. Collating elements can be assigned one or more (up to the limit (COLL_WEIGHTS_MAX)) collating weights for use in sorting. The first weight is hereafter referred to as the primary weight. (4) One-to Many mapping. A single character is mapped into a string of collating elements. (5) Many-to-Many substitution. A string of one or more characters is substituted by another string (or an empty string, i.e., the character or characters shall be ignored for collation purposes). (6) Equivalence class definition. Two or more collating elements have the same collation value (primary weight). (7) Ordering by weights. When two strings are compared to determine their relative order, the two strings are first broken up into a series of collating elements, and each successive pair of elements are compared according to the relative primary weights for the elements. If equal, and more than one weight has been assigned, then the pairs of collating elements are recompared according to the relative subsequent weights, until either a pair of collating elements compare unequal or the weights are exhausted. (8) Per script ordering rules. Some cultures order some scripts in a different direction than other scripts, for example in French cultures the Latin script is ordered backwards on the level handling accents, while the Cyrillic script may be ordered forwards. (9) Easy reordering of characters. ISO/IEC 14651 has a template for collation specification that with just a few modifications can be culturally correct for a specific culture. Here the "reorder-after" keyword gives a convenient way to modify a FDCC-set template. (10) Easy reordering of scripts. The template in ISO/IEC 14651 gives an ordering of the scripts that may not be culturally acceptable in certain cultures. The keyword "reorder-script-after" gives a convenient way to modify the order of scripts in a FDCC-set template. The following keywords shall be defined in a collation sequence definition. Some of them are described in detail in the following subclauses. copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, only the "reorder-after", "reorder-end", "reorder-scripts- after" and "reorder-scripts-end" keywords may also be specified. The FDCC-set shall be copied in source form. coll_weight_max Define as a decimal number the number of collation levels that an interpreting system needs to support, this value is elsewhere referred as the COLL_WEIGHT_MAX limit. The minimum value is 7. script Define a script symbol representing a set of collation order statements. This keyword is optional. collating-element Define a collating-element symbol representing a multicharacter collating element. This keyword is optional. collating-symbol Define a collating symbol for use in collation order statements. This keyword is optional. order_start Define collation rules. This statement is followed by one or more collation order statements, assigning character collation values and collation weights to collating elements. order_end Specify the end of the collation-order statements. reorder-after Redefine collating rules. Specify after which collating element the redefinition of collation order shall take order. This state- ment is followed by one or more collation order statements, reassigning character collation values and collation weights to collating elements. reorder-end Specify the end of the "reorder-after" collating order statements. reorder-script-after Redefine the order of scripts. This statement is followed by one or more script symbols, reassigning character collation values and collation weights to collating elements. reorder-script-end Specify the end of the "reorder-scripts" script order statements. Toggling keywords: define defines a toggle undef undefines a toggle ifdef tests a toggle, and if defined uses the following statements ifndef tests a toggle, and if undefined uses the following statements else uses the following statements if no preceding toggling statements have been used elif tests a toggle, and uses the following statements if no preceding toggling statements have been used, and the toggle is defined endif terminates set of toggling statements 4.3.1 Collation statements The "order_start" and "replace-after" keyword shall be followed by collating statements. The syntax for the collating statements is "%s %s;%s;...;%s\n",,,,... Each collating-element shall consist of either a character (in any of the forms defined in 4.1.1), a , a , an ellipsis, or the special symbol UNDEFINED. The order in which collating elements are specified determines the character collation sequence, such that each collating element shall compare less than the elements following it. The NUL character shall compare lower than any other character. A shall be used to specify multicharacter collating elements, and indicates that the character sequence specified via the is to be collated as a unit and in the relative order specified by its place. A shall be used to define a position in the relative order for use in weights. The ellipsis symbol ("...") specifies that a sequence of characters shall collate according to their encoded character values. It shall be interpreted as indicating that all characters with a coded character set value higher than the value of the character in the preceding line, and lower than the coded character set value for the character in the following line, in the current coded character set, shall be placed in the character collation order between the previous and the following character in ascending order according to their coded character set values. An initial ellipsis shall be interpreted as if the preceding line specified the NUL character, and a trailing ellipsis as if the following line specified the highest coded character set value in the current coded character set. An ellipsis shall be treated as invalid if the preceding or following lines do not specify characters in the current coded character set. The use of the ellipsis symbol ties the definition to a specific coded character set and may preclude the definition from being portable between applications. Symbolic ellipses may be used as the ellipses symbol, but generating symbolic character names, and thus have a better chance of portability between applications. The symbolic ellipsises (".." or "....") specifies that a sequence collating statements. It shall be interpreted as indicating that all characters with symbolic names higher then the symbolic name of the character in the preceding line, and lower than the coded character set value for the character in the following line, shall be placed in the character collation order between the previous and the following character in ascending order. The symbol UNDEFINED shall be interpreted as including all coded character set values not specified explicitly or via the ellipsis or one of the symbolic elipsises symbols. Such characters shall be inserted in the character collation order at the point indicated by the symbol, and in ascending order according to their coded character set values. If no UNDEFINED symbol is specified, and the current coded character set contains characters not specified in this clause, the utility shall issue a warning message and place such characters at the end of the character collation order. The optional operands for each collation-element shall be used to define the primary, secondary, or subsequent weights for the collating element. The first operand specifies the relative primary weight, the second the relative secondary weight, and so on. Two or more collation-elements can be assigned the same weight; they belong to the same equivalence class if they have the same primary weight. Collation shall behave as if, for each weight level, IGNOREd elements are removed. Then each successive pair of elements shall be compared according to the relative weights for the elements. If the two strings compare equal, the process shall be repeated for the next weight level, up to the limit "COLL_- WEIGHTS_MAX" . Weights shall be expressed as characters (in any of the forms specified here), s, s, an ellipsis, or the special symbol IGNORE. A single character, a , or a shall represent the relative order in the character collating sequence of the character or symbol, rather than the character or characters themselves. One-to-many mapping is indicated by specifying two or more concatenated characters or symbolic names. Thus, if the character is given the string as a weight, comparisons shall be performed as if all occurrences of the character are replaced by . If it is desirable to define and as an equivalence class, then a collating-element must be defined for the string "ss", as in the example below. All characters specified via an ellipsis shall by default be assigned unique weights, equal to the relative order of characters. Characters specified via an explicit or implicit UNDEFINED special symbol shall by default be assigned the same primary weight (i.e., belong to the same equivalence class). An ellipsis symbol as a weight shall be interpreted to mean that each character in the sequence shall have unique weights, equal to the relative order of their character in the character collation sequence. Secondary and subsequent weights have unique values. The use of the ellipsis as a weight shall be treated as an error if the collating element is neither an ellipsis nor the special symbol UNDEFINED. The special keyword IGNORE as a weight shall indicate that when strings are compared using the weights at the level where IGNORE is specified, the collating element shall be ignored; i.e., as if the string did not contain the collating element. In regular expressions and pattern matching, all characters that are IGNOREd in their primary weight form an equivalence class. A occurring where the delimiter ";" may occur, terminates the collating statement. An empty operand shall be interpreted as the collating-element itself. For example, the collation statement ; is equal to An ellipsis (absolute or symbolic) can be used as an operand if the collating-element was an ellipsis, and shall be interpreted as the value of each character defined by the ellipsis. Example: collating-element from collating-element from order_start forward;backward UNDEFINED IGNORE;IGNORE ; ... ; ; ; ; ; ; ; ; ; order_end This example is interpreted as follows: (1) The UNDEFINED means that all characters not specified in this definition (explicitly or via the ellipsis) shall be ignored. (2) defines the first collating weight, and thus the lowest weight in this example. (3) All characters between and shall have the same primary equivalence class and individual secondary weights based on their ordinal encoded values. (4) All characters based on the upper or lowercase character "a" belong to the same primary equivalence class. (5) The multicharacter collating element is represented by the collating symbol and belongs to the same primary equivalence class as the multicharacter collating element . (6) The collating element has two weights on the primary level, and it is in the same primary equivalence class as two consecutive -es; on the secondary level the collating element has two weights of the equivalence class . 4.3.2 "copy" keyword This keyword specifies the name of an existing FDCC-set to be used as the source for the definition of this category. The syntax is "copy %s\n", The shall consist of one or more characters (in any of the forms defined in 4.1.1). If this keyword is specified, only the "reorder-after", "reorder-end", "reorder- scripts-after" and "reorder-scripts-end" keywords may also be specified. The FDCC-set shall be copied in source form. 4.3.3 "col_weight_max" keyword This keyword defines as a decimal number the number of collation levels that an interpreting system needs to support, this value is elsewhere referred as the COLL_WEIGHT_MAX limit. The minimum value is 7. The syntax is "col_weight_max %d\n", 4.3.4 "script" keyword This keyword shall be used to define symbols for use in script related statements; such as the "order_start", and "reorder- scripts-after" keywords and script-reordering statements. The syntax is "script %s\n", The shall be a symbolic name, enclosed between angle brackets (< and >), and shall not duplicate any symbolic name in the current charmap (if any), or any other symbolic name defined in this collation definition. A defined via this keyword is only defined with the LC_COLLATE category. Example: script script 4.3.5 "collating-element" keyword In addition to the collating elements in the character set, the collating-element keyword shall be used to define multicharacter collating elements. The syntax is "collating-element %s from %s\n",, The operand shall be a symbolic name, enclosed between angle brackets (< and >), and shall not duplicate any symbolic name in the current charmap or repertoiremap file (if any), or any other symbolic name defined in this collation definition. The string operand shall be a string of two or more characters that shall collate as an entity. A defined via this keyword is only defined with the LC_COLLATE category. Example with ISO/IEC 6937: collating-element from collating-element from collating-element from 4.3.6 "collating-symbol" keyword This keyword shall be used to define symbols for use in collation sequence statements; e.g., between the order_start and the order_end keywords. The syntax is "collating-symbol %s\n", The shall be a symbolic name, enclosed between angle brackets (< and >), and shall not duplicate any symbolic name in the current charmap (if any), or any other symbolic name defined in this collation definition. A defined via this keyword is only defined with the LC_COLLATE category. Example: collating-symbol collating-symbol 4.3.7 "symbol-equivalence" keyword This keyword shall be used to define symbols for use in collation sequence statements; and assign the same weight as another defined symbol. The syntax is "symbol-equivalence %s %s\n", , The and shall be symbolic names, enclosed between angle brackets (< and >). shall not duplicate any symbolic name in the current charmap (if any), or any other symbolic name defined in this collation definition. is defined elsewhere in the LC_COLLATE category as a collating- symbol. The use of shall be equivalent to using the defined via this keyword is only defined with the LC_COLLATE category. Example collating-symbol symbol-equivalence 4.3.8 "order_start" keyword The "order_start" keyword shall precede collation order entries and also defines the number of weights for this collation sequence definition, the collation script name and other collation rules. The syntax of the "order_start" keyword has two forms: "order_start %s;%s;...;%s\n", , ... and "order_start %s;%s;...;%s\n", , , ... The operands to the order_start keyword are optional. If present, the operands define rules to be applied when strings are compared. The first operand may be a surrounded by "<" and ">" and the set of collating statements following the "order_start" keyword until the "order_end" keyword are identified with this or another "order_start" keyword is encountered. The remaining number of operands define how many weights each element is assigned; if no operands are present, one forward operand is assumed. If present, the first operand defines rules to be applied when comparing strings using the first (primary) weight; the second when comparing strings using the second weight, and so on. Operands shall be separated by semicolons (;). Each operand shall consist of one or more collation directives, separated by commas (,). If the number or operands exceeds the (COLL_WEIGHTS_MAX) limit, the utility shall issue a warning message. The following directives shall be supported: forward Specifies that the direction of scanning a substring in this script at a given point in a string is done towards the logical end of the string for this weight level. backward Specifies that the direction of scanning a substring in this script at a given point in a string is done towards the logical beginning of the string for this weight level. position Specifies that comparison operations for the weight level will consider the relative position of non-IGNOREd elements in the strings. The string containing a non-IGNOREd element after the fewest IGNOREd collating elements from the start of the compare shall collate first. If both strings contain a non-IGNOREd character in the same relative position, the collating values assigned to the elements shall determine the ordering. In case of equality, subsequent non- IGNOREd characters shall be considered in the same manner. The directives forward and backward are mutually exclusive. Examples: order_start forward;backward order_start ;forward;forward If no operands are specified, a single forward operand shall be assumed. 4.3.9 "order_end" keyword The collating order entries shall be terminated with an order_end keyword. 4.3.10 "reorder-after" keyword The "reorder-after" keyword shall be used to specify a modification to a copied collation specification of an existing FDCC-set. There can be more than one "reorder-after" statement in a collating specification. The syntax shall be: "reorder-after %s\n", The operand shall be a symbolic name, enclosed between angle brackets, and shall be present in the source FDCC-set copied via the "copy" keyword. The "reorder-after" statement is followed by one or more collation statements as described in the "Collating Order" clause (4.3.5), with the exception that the ellipsis symbol (...) shall not be used. Each collation statement reassigns character collation values and collation weights to collating elements existing in the copied collation specification, by removing the collating statement from the copied specification, and inserting the collating element in the collating sequence with the new collation weights after the preceding collating element of the "reorder-after" specification, the first collating element in the collation sequence being the specified on the "reorder-after" statement. A "reorder-after" specification is terminated by another "reorder-after" specification or the "reorder-end" statement. 4.3.10.1 Example of "reorder-after" reorder-after ;; ;; reorder-after ;; ;; ;; ;; ;; ;; ;; ;; reorder-end The example is interpreted as follows (using the "i18nrep" repertoiremap): 1. The collating element is removed from the copied collating sequence and inserted after in the collating sequence with the new weights. The collating element is removed from the copied collating sequence and inserted in the resulting collation sequence after with the new weights. 2. The second "reorder-after" statement terminates the first list of reordering collation identifier entries, and initiates a second list, rearranging the order and weights for the , , , , , and collating elements after the collating symbol in the copied specification. 3. The "reorder-end" statement terminates the second list of reordering entries. 4. Thus for the original sequence ... ( U u ) V v W w X x Y y Z z this example reordering gives ... U u V v W w X x ( Y y ) Z z ( ) 4.3.11 "reorder-end" keyword The "reorder-end" keyword shall specify the end of a list of collating statements, initiated by the "reorder-after" keyword. 4.3.12 "reorder-scripts-after" keyword The "reorder-scripts-after" keyword shall be used to specify a modification to a copied collation specification of an existing FDCC-set. The "reorder-scripts-after" statement is followed by one or more statements consisting of script reordering statements. 4.3.12.1 script reordering statements The script reordering statements rearranges the set of collating entries and changes sorting rules for the set of collating entries identified by a script symbol in a preceding "order_start" statement. Each script reorder statement has the syntax: "%s %s;...%s\n", , , ... The identifies the set of collating entries, and shall be defined via a "script" keyword. The are as described for the "order_start" keyword. Specified replace the specification for the ordering of the script given on the "order_start" statement identified by the . The are optional and not to be changed may be given by empty specifications. The order of the script reordering statements rearranges the assignment of collation entries for the sets of collation entries identified by the to the order that the occur after the "reorder-scripts-after" statement. The script reordering statements are terminated by a "reorder- scripts-end" statement. 4.3.12.2 Example of script reordering copy "i18n" reorder-scripts-after forward;backward;forward;forward,position reorder-scripts-end This example is interpreted as follows: The LC_COLLATE category of the "i18n" FDCC-set is copied. Then a reordering of all collating statements for the scripts and is done, leaving the rest of the scripts as they were in the "i18n" FDCC-set. The script is placed immediately after the script, and the script immediately following the script. The ordering rules are kept as they were in the "i18n" FDCC-set, while the script gets new ordering rules as indicated. The "reorder-scripts-end" keyword terminates the script reordering statements. 4.3.13 "reorder-scripts-end" keyword The "reorder-scripts-end" keyword shall specify the end of a list of script symbols, initiated by the "reorder-scripts- after" keyword. 4.3.14 Toggling keyword statements The toggling keywords "define" and "undef" shall set, respectively unset a toggle. Toggles that are not defined, are regarded as unset. The toggle is a string of characters, in any form as described in clause 4.1.1. The keywords "ifdef", "ifndef", "elif", "else", and "endif" controls the inclusion of LC_COLLATE keywords and statements, as described in the following, and they work in a nesting manner. The toggling keywords are modelled after the precompiler in the C standard. 4.3.14.1 "define" keyword This keyword shall be used to set a toggle, for use with other toggling keywords. The same toggle may occur with more "define" statements. The syntax is "define %s\n", 4.3.14.2 "undef" keyword This keyword shall be used to unset a toggle, for use with other toggling keywords. The same toggle may occur with more "undef" statements. The syntax is "undef %s\n", 4.3.14.3 "ifdef" keyword This keyword shall be used to control the inclusion of the following LC_COLLATE statements, up to a corresponding "elif", "else" or "endif" keyword. If the toggle is set, the statements are used, otherwise they are ignored. The syntax is "ifdef %s\n", 4.3.14.4 "ifndef" keyword This keyword shall be used to control the inclusion of the following LC_COLLATE statements, up to a corresponding "elif", "else" or "endif" keyword. If the toggle is unset, the statements are used, otherwise they are ignored. The syntax is "ifndef %s\n", 4.3.14.5 "elif" keyword This keyword shall be used to control the inclusion of the following LC_COLLATE statements, up to a corresponding "elif", "else" or "endif" keyword. The keyword shall be preceded by a corresponding "ifdef", "ifndef", or "elif" statement and the statement that these keyword statements control. If no preceding "ifdef", "ifndef" or "elif" statement has been used, and if the toggle is set, the statements are used, otherwise they are ignored. The syntax is "elif %s\n", 4.3.14.6 "else" keyword This keyword shall be used to control the inclusion of the following LC_COLLATE statements, up to a corresponding "endif" keyword. The keyword shall be preceded by a corresponding "ifdef", "ifndef", or "elif" statement and the statement that these keyword statements control. If the preceding block of statements were not used, the statements are used, otherwise they are ignored. The syntax is "else\n" 4.3.14.7 "endif" keyword This keyword shall be used to terminate the control of the inclusion of the preceding LC_COLLATE statements. The keyword shall be preceded by a corresponding "ifdef", "ifndef", "elif" or "else" statement. The syntax is "endif\n" 4.3.14.8 Toggling example Here is an example to show the workings of the toggling statements: The "gensort" FDCC-set may be defined as: LC_COLLATE ifdef BACKWARD order_start ;forward;backward;forward;forward,position else order_start ;forward;forward;forward;forward,position endif .... END LC_COLLATE Then the following LC_COLLATE category specification can use the "gensort" specification to create a new LC_COLLATE category: LC_COLLATE define BACKWARD copy "gensort" END LC_COLLATE The example is explained as follows: The LC_COLLATE category in the "gensort" FDCC-set uses the toggle BACKWARD, and as BACKWARD is not set the second "order_start" statement (all "forward") is used. In the second LC_COLLATE category, the BACKWARD toggle is set before copying the first LC_COLLATE category, and thus the first "order_start" statement with 2nd level "backward" is used. 4.3.15 "i18n" LC_COLLATE category The "i18n" LC_COLLATE category is defined as the tailorable template in ISO/IEC 14651. 4.4 LC_MONETARY The LC_MONETARY category defines the rules and symbols that shall be used to format monetary numeric information. The operands are strings. For some keywords, the strings can contain only integers. Keywords that are not provided, string values set to the empty string "", or integer keywords set to -1, shall be used to indicate that the value is unspecified, and then no default is taken. The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. int_curr_symbol The international currency symbol. The operand shall be a four character string, with the first three characters containing the alphabetic international currency symbol in accordance with those specified in ISO 4217 (Codes for the representation of currencies and funds). The fourth character shall be the character used to separate the international currency symbol from the monetary quantity. The keyword shall be specified, unless the "copy" keyword is used. currency_symbol The string that shall be used as the local currency symbol. mon_decimal_point The operand is a string containing the symbol that shall be used as the decimal delimiter in monetary formatted quantities. In contexts where other standards limit the mon_decimal_point to a single byte, the result of specifying a multibyte operand is unspecified. The keyword shall be specified, unless the "copy" keyword is used. mon_thousands_sep The operand is a string containing the symbol that shall be used as a separator for groups of digits to the left of the decimal delimiter in formatted monetary quantities. In contexts where other stan- dards limit the mon_thousands_sep to a single byte, the result of specifying a multibyte operand is unspecified. The keyword shall be specified, unless the "copy" keyword is used. mon_grouping Define the size of each group of digits in formatted monetary quantities. The operand is a sequence of integers separated by semicolons. Each integer specifies the number of digits in each group, with the initial integer defining the size of the group immediately preceding the decimal delimiter, and the following integers defining the preceding groups. If the last integer is not -1, then the size of the previous group (if any) shall be repeatedly used for the remainder of the digits. If the last integer is -1, then no further grouping shall be performed. The keyword shall be specified, unless the "copy" keyword is used. positive_sign A string that shall be used to indicate a nonnegative-valued formatted monetary quantity. The keyword shall be specified, unless the "copy" keyword is used. negative_sign A string that shall be used to indicate a negative-valued formatted monetary quantity. The keyword shall be specified, unless the "copy" keyword is used. int_frac_digits An integer representing the number of fractional digits (those to the right of the decimal delimiter) to be written in a formatted monetary quantity using int_curr_symbol. The keyword shall be specified, unless the "copy" keyword is used. frac_digits An integer representing the number of fractional digits (those to the right of the decimal delimiter) to be written in a formatted monetary quantity using currency_symbol. The keyword shall be specified, unless the "copy" keyword is used. p_cs_precedes An integer set to 1 if the currency_symbol precedes the value for a nonnegative formatted monetary quantity, and set to 0 if the symbol succeeds the value. The keyword shall be specified, unless the "copy" keyword is used. p_sep_by_space An integer set to 0 if no space separates the currency_symbol from the value for a nonnegative formatted monetary quantity, set to 1 if a space separates the symbol from the value, and set to 2 if a space separates the symbol and the sign string, if adjacent. The keyword shall be specified, unless the "copy" keyword is used. n_cs_precedes An integer set to 1 if the currency_symbol precedes the value for a negative formatted monetary quantity, and set to 0 if the symbol succeeds the value. The keyword shall be specified, unless the "copy" keyword is used. n_sep_by_space An integer set to 0 if no space separates the currency_symbol from the value for a negative formatted monetary quantity, set to 1 if a space separates the symbol from the value, and set to 2 if a space separates the symbol and the sign string, if adjacent. The keyword shall be specified, unless the "copy" keyword is used. int_p_cs_precedes An integer set to 1 if the int_curr_symbol precedes the value for a nonnegative formatted monetary quantity, and set to 0 if the symbol succeeds the value. If not specified, the value of p_cs_precedes is taken. int_p_sep_by_space An integer set to 0 if no space separates the int_curr_symbol from the value for a nonnegative formatted monetary quantity, set to 1 if a space separates the symbol from the value, and set to 2 if a space separates the symbol and the sign string, if adjacent. If not specified, the value of p_sep_by_space is taken. int_n_cs_precedes An integer set to 1 if the int_curr_symbol precedes the value for a negative formatted monetary quantity, and set to 0 if the symbol succeeds the value. If not specified, the value of n_cs_precedes is taken. int_n_sep_by_space An integer set to 0 if no space separates the int_curr_symbol from the value for a negative formatted monetary quantity, set to 1 if a space separates the symbol from the value, and set to 2 if a space separates the symbol and the sign string, if adjacent. If not specified, the value of n_sep_by_space is taken. p_sign_posn An integer set to a value indicating the positioning of the positive_sign for a nonnegative formatted monetary quantity using the currency_symbol. The following integer values shall be defined: 0 Parentheses enclose the quantity and the currency_symbol. 1 The sign string precedes the quantity and the currency_symbol. 2 The sign string succeeds the quantity and the currency_symbol. 3 The sign string immediately precedes the currency_symbol. 4 The sign string immediately succeeds the currency_symbol. The keyword shall be specified, unless the "copy" keyword is used. n_sign_posn An integer set to a value indicating the positioning of the negative_sign for a negative formatted monetary quantity using the currency_symbol. The following integer values shall be defined: 0 Parentheses enclose the quantity and the int_curr_symbol. 1 The sign string precedes the quantity and the currency_symbol. 2 The sign string succeeds the quantity and the currency_symbol. 3 The sign string immediately precedes the currency_symbol. 4 The sign string immediately succeeds the currency_symbol. The keyword shall be specified, unless the "copy" keyword is used. int_p_sign_posn An integer set to a value indicating the positioning of the positive_sign for a nonnegative formatted international monetary quantity. The following integer values shall be defined: 0 Parentheses enclose the quantity and the int_curr_symbol. 1 The sign string precedes the quantity and the int_curr_symbol. 2 The sign string succeeds the quantity and the int_curr_symbol. 3 The sign string immediately precedes the int_curr_symbol. 4 The sign string immediately succeeds the int_curr_symbol. If no int_p_sign_posn is present the value of the p_sign_posn is taken. int_n_sign_posn An integer set to a value indicating the positioning of the negative_sign for a negative formatted international monetary quantity. The following integer values shall be defined: 0 Parentheses enclose the quantity and the int_curr_symbol. 1 The sign string precedes the quantity and the int_curr_symbol. 2 The sign string succeeds the quantity and the int_curr_symbol. 3 The sign string immediately precedes the int_curr_symbol. 4 The sign string immediately succeeds the int_curr_symbol. If no int_n_sign_posn is present the value of the n_sign_posn is taken. duo_int_curr_symbol The second international currency symbol. The operand shall be a four character string, with the first three characters containing the alphabetic international currency symbol in accordance with those specified in ISO 4217 (Codes for the representation of currencies and funds). The fourth character shall be the charac- ter used to separate the international currency symbol from the monetary quantity. The keyword is optional. duo_currency_symbol The string that shall be used as the second local currency symbol. duo_int_frac_digits An integer representing the number of fractional digits (those to the right of the decimal delimiter) to be written in a formatted monetary quantity using duo_int_curr_symbol. The keyword is optional. duo_frac_digits An integer representing the number of fractional digits (those to the right of the decimal delimiter) to be written in a formatted monetary quantity using duo_currency_symbol. The keyword is optional. duo_p_cs_precedes An integer set to 1 if the duo_currency_symbol precedes the value for a nonnegative formatted monetary quantity, and set to 0 if the symbol succeeds the value. The keyword is optional. duo_p_sep_by_space An integer set to 0 if no space separates the duo_currency_symbol from the value for a nonnegative formatted monetary quantity, set to 1 if a space separates the symbol from the value, and set to 2 if a space separates the symbol and the sign string, if adjacent. The keyword is optional. duo_n_cs_precedes An integer set to 1 if the duo_currency_symbol precedes the value for a negative formatted monetary quantity, and set to 0 if the symbol succeeds the value. The keyword is optional. duo_n_sep_by_space An integer set to 0 if no space separates the duo_currency_symbol from the value for a negative formatted monetary quantity, set to 1 if a space separates the symbol from the value, and set to 2 if a space separates the symbol and the sign string, if adjacent. The keyword is optional. duo_int_p_cs_precedes An integer set to 1 if the duo_int_curr_symbol precedes the value for a nonnegative formatted monetary quantity, and set to 0 if the symbol succeeds the value. If not specified, the value of duo_p_cs_precedes is taken. duo_int_p_sep_by_space An integer set to 0 if no space separates the duo_int_curr_symbol from the value for a nonnegative formatted monetary quantity, set to 1 if a space separates the symbol from the value, and set to 2 if a space separates the symbol and the sign string, if adjacent. If not specified, the value of duo_p_sep_by_space is taken. duo_int_n_cs_precedes An integer set to 1 if the duo_int_curr_symbol precedes the value for a negative formatted monetary quantity, and set to 0 if the symbol succeeds the value. If not specified, the value of duo_n_cs_precedes is taken. duo_int_n_sep_by_space An integer set to 0 if no space separates the duo_int_curr_symbol from the value for a negative formatted monetary quantity, set to 1 if a space separates the symbol from the value, and set to 2 if a space separates the symbol and the sign string, if adjacent. If not specified, the value of duo_n_sep_by_space is taken. duo_p_sign_posn An integer set to a value indicating the positioning of the positive_sign for a nonnegative formatted monetary quantity using the duo_currency_symbol. The following integer values shall be defined: 0 Parentheses enclose the quantity and the duo_currency_symbol. 1 The sign string precedes the quantity and the duo_currency_symbol. 2 The sign string succeeds the quantity and the duo_currency_symbol. 3 The sign string immediately precedes the duo_currency_symbol. 4 The sign string immediately succeeds the duo_currency_symbol. The keyword is optional. duo_n_sign_posn An integer set to a value indicating the positioning of the negative_sign for a negative formatted monetary quantity using the duo_currency_symbol. The following integer values shall be defined: 0 Parentheses enclose the quantity and the int_curr_symbol. 1 The sign string precedes the quantity and the duo_currency_symbol. 2 The sign string succeeds the quantity and the duo_currency_symbol. 3 The sign string immediately precedes the duo_currency_symbol. 4 The sign string immediately succeeds the duo_currency_symbol. The keyword is optional. duo_int_p_sign_posn An integer set to a value indicating the positioning of the positive_sign for a nonnegative formatted second international monetary quantity. The following integer values shall be defined: 0 Parentheses enclose the quantity and the duo_int_curr_symbol. 1 The sign string precedes the quantity and the duo_int_curr_symbol. 2 The sign string succeeds the quantity and the duo_int_curr_symbol. 3 The sign string immediately precedes the duo_int_curr_symbol. 4 The sign string immediately succeeds the duo_int_curr_symbol. If no duo_int_p_sign_posn is present the value of the p_sign_posn is taken. duo_int_n_sign_posn An integer set to a value indicating the positioning of the negative_sign for a negative formatted second international monetary quantity. The following integer values shall be defined: 0 Parentheses enclose the quantity and the duo_int_curr_symbol. 1 The sign string precedes the quantity and the duo_int_curr_symbol. 2 The sign string succeeds the quantity and the duo_int_curr_symbol. 3 The sign string immediately precedes the duo_int_curr_symbol. 4 The sign string immediately succeeds the duo_int_curr_symbol. If no duo_int_n_sign_posn is present the value of the duo_n_sign_posn is taken. uno_valid_from an integer representing a Gregorian date in the form YYYYMMDD, specifying the beginning date (inclusive) of the validity of the first currency. If not specified, it is taken to be the beginning of time. uno_valid_to an integer representing a Gregorian date in the form YYYYMMDD, specifying the end date (inclusive) of the validity of the first currency. If not specified, it is taken to be the end of time. duo_valid_from an integer representing a Gregorian date in the form YYYYMMDD, specifying the beginning date (inclusive) of the validity of the second currency. If not specified, it is taken to be the beginning of time. duo_valid_to an integer representing a Gregorian date in the form YYYYMMDD, specifying the end date (inclusive) of the validity of the second currency. If not specified, it is taken to be the end of time. conversion_rate two integers separated by a specifying the fixed conversion rate between the first and second currencies; the first integer is for multiplying the first currency, and the second for dividing this result to get the amount in the second currency. The "i18n" FDCC-set is defined as follows for the LC_MONETARY category. LC_MONETARY % This is the 14652 i18n fdcc-set definition for % the LC_MONETARY category. % int_curr_symbol "" currency_symbol "" mon_decimal_point "" mon_thousands_sep "" mon_grouping -1 positive_sign "" negative_sign "" int_frac_digits -1 frac_digits -1 p_cs_precedes -1 p_sep_by_space -1 n_cs_precedes -1 n_sep_by_space -1 p_sign_posn -1 n_sign_posn -1 % END LC_MONETARY 4.5 LC_NUMERIC The LC_NUMERIC category defines the rules and symbols that shall be used to format nonmonetary numeric information. The operands are strings. For some keywords, the strings only can contain integers. Keywords that are not provided, string values set to the empty string (""), or integer keywords set to -1, shall be used to indicate that the value is unspecified. The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. decimal_point The operand is a string containing the symbol that shall be used as the decimal delimiter in numeric, nonmonetary formatted quantities. This keyword cannot be omitted and cannot be set to the empty string. In contexts where other standards limit the decimal point to a single byte, the result of specifying a multibyte operand is unspecified. thousands_sep The operand is a string containing the symbol that shall be used as a separator for groups of digits to the left of the decimal delimiter in numeric, nonmonetary formatted monetary quan- tities. In contexts where other standards limit the thousands_sep to a single byte, the result of specifying a multibyte operand is unspecified. grouping Define the size of each group of digits in formatted non-monetary quantities. The operand is a sequence of integers separated by semicolons. Each integer specifies the number of digits in each group, with the initial integer defining the size of the group immediately preceding the decimal delimiter, and the following integers defining the preceding groups. If the last integer is not -1, then the size of the previous group (if any) shall be repeatedly used for the remainder of the digits. If the last integer is -1, then no further grouping shall be performed. The "i18n" FDCC-set is for the LC_NUMERIC category: LC_NUMERIC % This is the 14652 i18n fdcc-set definition for % the LC_NUMERIC category. % decimal_point "" thousands_sep "" grouping -1 % END LC_NUMERIC 4.6 LC_TIME The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. abday Define the abbreviated weekday names for calendar systems with weeks of constant length, to be referenced by the %a field descriptor. The length of the week and a gregorian date for the first weekday is defined by the "week" keyword. The operand shall consist of semicolon-separated strings. The first string shall be the abbreviated name of the day corresponding to the first day of the week (default Sunday), the second the abbreviated name of the day corresponding to the second day of the week (default Monday), and so on. day Define the full weekday names for calendar systems with weeks of constant length, to be referenced by the %a field descriptor. The length of the week and a gregorian date for the first weekday is defined by the "week" keyword. The operand shall consist of semicolon-separated strings. The first string shall be the full name of the day corresponding to the first day of the week (default Sunday), the second the full name of the day corresponding to the second day of the week (default Monday), and so on. week Shall be used to define the number of days in a week, which is the first weekday - the first weekday has the value 1, and which week is to be considered the first in a year. The first operand is an integer specifying the number of days in the week, The second operand is an integer specifying the gregorian date in the format YYYYMMDD with a leading if before Christ. The third operand is an integer specifying the weekday number to be contained in the first week of the year. If the keyword is not specified the values are taken as 7, 19971130 (a Sunday), and 7 (Saturday), respectively. ISO 8601 conforming applications should use the values 7, 19971201 (a Monday), and 4 (Thursday), respectively. abmon Define the abbreviated month names, to be referenced by the %b field descriptor. The operand shall consist of twelve or thirteen semicolon- separated strings. The first string shall be the abbreviated name of the first month of the year (January), the second the abbreviated name of the second month, and so on. mon Define the full month names, to be referenced by the %B field descriptor. The operand shall consist of twelve or thirteen semicolon-separated strings. The first string shall be the full name of the first month of the year (January), the second the full name of the second month, and so on. d_t_fmt Define the appropriate date and time representation, to be referenced by the %c field descriptor. The operand shall consist of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined in Table 2. d_fmt Define the appropriate date representation, to be referenced by the %x field descriptor. The operand shall consist of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined in Table 2. t_fmt Define the appropriate time representation, to be referenced by the %X field descriptor. The operand shall consist of a string, and can contain any com- bination of characters and field descriptors. In addition, the string can contain escape sequences defined in Table 2. am_pm Define the appropriate representation of the ante meridiem and post meridiem strings, to be referenced by the %p field descriptor. The operand shall consist of two strings, separated by a semicolon. The first string shall represent the an- temeridiem designation, the last string the postmeridiem designation. The keyword is optional. If unspecified, the %p field descriptor shall refer to the empty string. t_fmt_ampm Define the appropriate time representation in the 12-hour clock format with am_pm, to be referenced by the %r field descriptor. The operand shall consist of a string and can contain any combination of characters and field descriptors. If the string is empty, the 12-hour format is not supported in the FDCC-set. era Shall be used to define alternate Eras, corresponding to the %E field descriptor modifier. The format of the operand is unspecified, but shall support the definition of the %EC and %Ey field descriptors, and may also define the era_year format (%EY). era_year Shall be used to define the format of the year in alternate Era format, corresponding to the %EY field descriptor. era_d_fmt Shall be used to define the format of the date in alternate Era notation, corresponding to the %Ex field descriptor. alt_digits Shall be used to define alternate symbols for digits, corresponding to the %O field descriptor modifier. The operand shall consist of semicolon- separated strings. The first string shall be the alternate symbol corresponding with zero, the second string the symbol corresponding with one, and so on. Up to 100 alternate symbol strings can be specified. The %O modifier indicates that the string corresponding to the value specified via the field descriptor shall be used instead of the value. first_weekday Shall be used to define the first day to be displayed, for example in a calendar display utility. The operand is an integer specifying the day number (1 = first) according to the information specified with the "day" keyword. The keyword may be omitted, and then the value 1 is taken, corresponding to Sunday for a week beginning Sunday, or to Monday for a week beginning Monday. first_workday Shall be used to define the first workday as an integer according to the day numbering specified with the "week" keyword. cal_direction Shall be used to define the direction of the display of dates, for example in a calendar display utility. The operand is an integer, and the following values are defined: 1 left-right from top 2 top-down from left 3 right-left from top The keyword may be omitted, and then the value 1 is taken. timezone Shall be used to define a set of timezones, each defined by a string. In the following the characters <, >, [ and ] are used as metacharacters. Only characters with a visible glyph from the portable character set may be used, except in the and fields. The format of the string is: [][,[,...] ] where and Indicates no less than three, nor more than 10 characters that are the designation for the standard or summer time zone. only is required; if is missing, then summer time does not apply in this category. Upper- and lowercase letters are explicitly allowed. Any characters except a leading colon <:> or digits, the comma <,>, the minus <->, the plus <+>, and the null character are permitted to appear in these fields, but their meaning is unspecified. Indicates the value one must add to the local time to arrive at the Coordinated Universal Time. The has the form: hh[:mm[:ss]] The minutes (mm) and seconds (ss) are optional. The hour (hh) shall be required and may be a single digit. The following shall be required. If no follows , summer time is assumed to be one hour ahead of standard time. One or more digits may be used; the value is always interpreted as a decimal number. The hour shall be between zero and 24, and the minutes (and seconds) - if present - shall be between zero and 59. If preceded by a "-", the time zone shall be east of the Prime Meridian; otherwise it shall be west of (which may be indicated by an optional preceding "+"). Indicates when to change to and back from summer time. The has the form: [/<%><%>" % % Appropriate date representation (%x) "%F" d_fmt "<%>" % % Appropriate time representation (%X) "%T" t_fmt "<%>" t_fmt_ampm "" % END LC_TIME 4.7 LC_MESSAGES The LC_MESSAGES category shall define the format and values for affirmative and negative responses. The operands shall be strings or extended regular expressions; see ISO/IEC 9945-2 clause 2.8.4. The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. yesexpr The operand shall consist of an extended regular expression that describes the acceptable affirmative response to a question expecting an affirmative or negative response. noexpr The operand shall consist of an extended regular expression that describes the acceptable negative response to a question expecting an affirmative or negative response. The "i18n" LC_MESSAGES category is: LC_MESSAGES % This is the ISO/IEC 14652 "i18n" definition for % the LC_MESSAGES category. % yesexpr "<+><1>" noexpr "<-><0>" END LC_MESSAGES 4.8 LC_PAPER The LC_PAPER category defines the paper size. The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. height Shall be used to specify the height of the paper. The operand is an integer and the value is the height measured in millimetres. width Shall be used to specify the width of the paper. The operand is an integer and the value is the width measured in millimetres. The "i18n" LC_PAPER category is: LC_PAPER % This is the ISO/IEC 14652 "i18n" definition for % the LC_PAPER category. % height 297 width 210 END LC_PAPER 4.9 LC_NAME The LC_NAME category defines formats to be used in addressing a person, e.g. in a postal address or in a letter. The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. name_fmt Define the appropriate representation of a person's name and title. The operand shall consist of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined below. name_gen The operand is a string defining a salutation valid for all persons, example: the Japanese "-san" salutation. name_mr The operand is a string defining a salutation valid for males. name_mrs The operand is a string defining a salutation valid for married females. name_miss The operand is a string defining a salutation valid for unmarried females. name_ms The operand is a string defining a salutation valid for all females. The LC_NAME category defines the interpretation of a number of escape sequences. The escape sequences are also available in the definitions with the following LC_NAME keywords: "name_fmt". Escape sequences for the "name_fmt" keyword: %f Family names. %F Family names in uppercase. %g First given name. %G First given initial %l First given name with latin letters %o Other shorter name, eg. "Bill" %m Middle names. %M Middle initial %p Profession %s salutation, such as "Mr." %S salutation, using the FDCC-sets conventions, with 1 for the name_gen, 2 for name_mr, 3 for name_mrs, 4 for name_miss, 5 for name_ms %t if the preceding escape sequence resulted in an empty string, then the empty string, else a Each escape sequence may have an after the <%> to specify that the information is taken from a Romanized version string of the entity. The "i18n" LC_NAME category is: LC_NAME % This is the ISO/IEC 14652 "i18n" definition for % the LC_NAME category. % name_fmt "<%>

<%><%><%><%><%><%>" END LC_NAME 4.10 LC_ADDRESS The LC_ADDRESS category defines formats to be used in addressing a person, e.g. in a postal address or in a letter, and other items of geographic nature. All keywords are optional. The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. postal_fmt Define the appropriate representation of a postal address such as street and city. The proper formatting of a person's name and title is done with the "name_fmt" keyword of the LC_NAME category. The operand shall consist of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined below. country_name The operand is a string with the name of the country in the language of the FDCC-set country_post The operand is a string with the abbreviation of the country, used for postal addresses, according to CEPT-MAILCODE country_ab2 The operand is a string with the two-letter abbreviation of the country, according to ISO 3166 country_ab3 The operand is a string with the three-letter abbreviation of the country, according to ISO 3166 country_num The operand is an integer with the three-digit number of the country, according to ISO 3166 country_car The operand is a string with the abbreviation of the country, used for motor vehicles and traffic, according to the Genve convention 1949:68. country_isbn The operand is a string with the abbreviation of the country, used for book numbering (ISBN), according to ISO 2108. lang_name The operand is a string with the name of the language in the language of the FDCC-set. lang_ab The operand is a string with the two-letter abbreviation of the language, according to ISO 639 lang_term The operand is a string with the three-letter abbreviation of the language for terminology use, according to ISO 639-2 lang_lib The operand is a string with the three-letter abbreviation of the language for library use, according to ISO 639-2. If not specified, the value of the "lang_term" keyword is taken. The LC_ADDRESS category defines the interpretation of a number of escape sequences. The escape sequences are also available in the definitions with the following LC_ADDRESS keywords: "postal_fmt". Escape sequences for the "postal_fmt" keyword: %a C/O address. %f Firm name. %d department name. %b Building name %s street name %h house number or designation %N if any graphical characters have been specified then an end of line is made. %t if the preceding escape sequence resulted in an empty string, then the empty string, else a %r room number, door designation %e floor number %C country designation %z zip number, postal code %T town, city %c country Each escape sequence may have an after the <%> to specify that the information is taken from a Romanized version string of the entity. The "i18n" LC_ADDRESS category is: LC_ADDRESS % This is the ISO/IEC 14652 "i18n" definition for % the LC_ADDRESS category. % postal_fmt "<%><%><%><%><%><%><%><%><%>/ <%><%><%><%><%>/ <%><-><%><%><%><%><%>" END LC_ADDRESS 4.11 LC_TELEPHONE The LC_TELEPHONE category defines formats to be used with telephone services. All keywords are optional. The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. tel_int_fmt Define the appropriate representation of a telephone number for international use. The operand shall consist of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined below. tel_dom_fmt Define the appropriate representation of a telephone number for domestic use. The operand shall consist of a string, and can contain any combination of characters and field descriptors. In addition, the string can contain escape sequences defined below. int_select The operand is a string with the digits used to call international telephone numbers. int_prefix The operand is a string with the prefix used from other countries to call the area The LC_TELEPHONE category defines the interpretation of a number of escape sequences. The escape sequences are also available in the definitions with the following LC_TELEPHONE keywords: "tel_int_fmt" and "tel_dom_fmt". %a are code without prefix (prefix is often <0>). %A are code including prefix (prefix is often <0>). %l local number. %c country code The "i18n" LC_TELEPHONE category is: LC_TELEPHONE % This is the ISO/IEC 14652 "i18n" definition for % the LC_TELEPHONE category. % tel_int_fmt "<+><%><%><%>" END LC_TELEPHONE 4.12 LC_MEASUREMENT The LC_MEASUREMENT category defines which measurement system in use. All keywords are optional. The following keywords shall be defined: copy Specify the name of an existing FDCC-set to be used as the source for the definition of this category. If this keyword is specified, no other keyword shall be specified. measurement Shall be used to define the measurement system in use. The operand is an integer. The following values are defined: 1 ISO 1000 2 U.S.A. measurement 3 other The "i18n" LC_MEASUREMENT category is: LC_MEASUREMENT % This is the ISO/IEC 14652 "i18n" definition for % the LC_MEASUREMENT category. % measurement 1 END LC_MEASUREMENT 4.13 LC_VERSIONS - Specification method of FDCC-sets The LC_VERSIONS category defines which specification methods that have been used. All keywords are mandatory unless otherwise noted, and the operands are strings. The following keywords shall be defined: title Title of the FDCC-set source Organization name of provider of the source address Organization postal address contact Name of contact person email Electronic mail address of the organization, or contact person tel Telephone number for the organization, in international format. fax Fax number for the organization, in international format. language Natural language, as specified in ISO 639 territory Territory, as two-letter form of ISO 3166 audience If not for general use, an indication of the intended user audience. This keyword is optional. application If for use of a special application, a description of the application. This keyword is optional. abbreviation Short name for provider of the source. This keyword is optional. revision Revision number consisting of digits and zero or more full stops ("."). date Revision date in the format according to this example: "1995-02-05" meaning the 5th of February, 1995. If any of the above information is non-existent, it must be stated in each case; the corresponding string is then the empty string. If required information is not present in ISO 639 or ISO 3166, the relevant Maintenance Authority should be approached to get the needed item registered. category Shall be used to define that a category is present and what specification the category is claiming conformance to. The first operand is a string that describes the specification that the category is claiming conformance to, and the following values shall be defined: i18n:1998 posix:1993 The second operand is a string with the category name, where the category names of clause 4 shall be defined. More than one "category" keyword may be given, but only one per category name. The "i18n" LC_VERSIONS category is: LC_VERSIONS % This is the ISO/IEC 14652 "i18n" definition for % the LC_VERSIONS category. % title "ISO/IEC 14652 i18n FDCC-set" source "ISO/IEC JTC1/SC22/WG20 - internationalization" address "C/o Keld Simonsen, Skt. Jorgens Alle 8, DK-1615 Kobenhavn V" contact "Keld Simonsen" email "keld@dkuug.dk" tel "+45 3122-6543" fax "+45 3325-6543" language "" territory "ISO" revision "1.0" date "1997-12-20" % category i18n:1998;LC_VERSIONS category i18n:1998;LC_CTYPE category i18n:1998;LC_COLLATE category i18n:1998;LC_TIME category i18n:1998;LC_NUMERIC category i18n:1998;LC_MONETARY category i18n:1998;LC_MESSAGES category i18n:1998;LC_PAPER category i18n:1998;LC_NAME category i18n:1998;LC_ADDRESS category i18n:1998;LC_TELEPHONE category i18n:1998;LC_MEASUREMENT END LC_VERSIONS 5. CHARMAP A character set description may exist for each coded character set supported by an application. This text is referred elsewhere in this standard as a charmap. A conforming charmap to be used with a FDCC-set shall support the portable character set specified in Table 3. The table defines the characters in the portable character set and the corresponding symbolic character names used to identify each character in a character description text. Table 3: portable character set Symbolic name Glyph UCS UCS name NULL (NUL) BELL (BEL) BACKSPACE (BS) CHARACTER TABULATION (HT) CARRIAGE RETURN (CR) LINE FEED (LF) LINE TABULATION (VT) FORM FEED (FF) SPACE ! EXCLAMATION MARK " QUOTATION MARK # NUMBER SIGN $ DOLLAR SIGN % PERCENT SIGN & AMPERSAND ' APOSTROPHE ( LEFT PARENTHESIS ) RIGHT PARENTHESIS * ASTERISK + PLUS SIGN , COMMA - HYPHEN-MINUS - HYPHEN-MINUS . FULL STOP . FULL STOP / SOLIDUS / SOLIDUS 0 DIGIT ZERO 1 DIGIT ONE 2 DIGIT TWO 3 DIGIT THREE 4 DIGIT FOUR 5 DIGIT FIVE 6 DIGIT SIX 7 DIGIT SEVEN 8 DIGIT EIGHT 9 DIGIT NINE : COLON ; SEMICOLON < LESS-THAN SIGN = EQUALS SIGN > GREATER-THAN SIGN ? QUESTION MARK @ COMMERCIAL AT A LATIN CAPITAL LETTER A B LATIN CAPITAL LETTER B C LATIN CAPITAL LETTER C D LATIN CAPITAL LETTER D E LATIN CAPITAL LETTER E F LATIN CAPITAL LETTER F G LATIN CAPITAL LETTER G H LATIN CAPITAL LETTER H I LATIN CAPITAL LETTER I J LATIN CAPITAL LETTER J K LATIN CAPITAL LETTER K L LATIN CAPITAL LETTER L M LATIN CAPITAL LETTER M N LATIN CAPITAL LETTER N O LATIN CAPITAL LETTER O

P LATIN CAPITAL LETTER P Q LATIN CAPITAL LETTER Q R LATIN CAPITAL LETTER R S LATIN CAPITAL LETTER S T LATIN CAPITAL LETTER T U LATIN CAPITAL LETTER U V LATIN CAPITAL LETTER V W LATIN CAPITAL LETTER W X LATIN CAPITAL LETTER X Y LATIN CAPITAL LETTER Y Z LATIN CAPITAL LETTER Z [ LEFT SQUARE BRACKET \ REVERSE SOLIDUS \ REVERSE SOLIDUS ] RIGHT SQUARE BRACKET ^ CIRCUMFLEX ACCENT ^ CIRCUMFLEX ACCENT _ LOW LINE _ LOW LINE ` GRAVE ACCENT a LATIN SMALL LETTER A b LATIN SMALL LETTER B c LATIN SMALL LETTER C d LATIN SMALL LETTER D e LATIN SMALL LETTER E f LATIN SMALL LETTER F g LATIN SMALL LETTER G h LATIN SMALL LETTER H i LATIN SMALL LETTER I j LATIN SMALL LETTER J k LATIN SMALL LETTER K l LATIN SMALL LETTER L m LATIN SMALL LETTER M n LATIN SMALL LETTER N o LATIN SMALL LETTER O

p LATIN SMALL LETTER P q LATIN SMALL LETTER Q r LATIN SMALL LETTER R s LATIN SMALL LETTER S t LATIN SMALL LETTER T u LATIN SMALL LETTER U v LATIN SMALL LETTER V w LATIN SMALL LETTER W x LATIN SMALL LETTER X y LATIN SMALL LETTER Y z LATIN SMALL LETTER Z { LEFT CURLY BRACKET { LEFT CURLY BRACKET | VERTICAL LINE } RIGHT CURLY BRACKET } RIGHT CURLY BRACKET ~ TILDE This standard places only the following requirements on the encoded values of the characters in the portable character set: (1) The encoded values associated with each member of the portable character set shall be invariant across all FDCC-sets supported by the application. (2) The encoded values associated with the digits '0' to '9' shall be such that the value of each character after '0' shall be one greater than the value of the previous character. Conforming charmaps shall specify certain character and character set attributes, as defined in 5.1. 5.1 Character Set Description Text The character set description text (charmap) describes the mapping between symbolic character names and actual encoding of a coded character set. It is used to bind the symbolic character names in a FDCC-set to an actual encoding, so an application can process data in this encoding. The following declarations can precede the character definitions. Each shall consist of the symbol shown in the following list, starting in column 1, including the surrounding brackets, followed by one of more "blank"s, followed by the value to be assigned to the symbol. If any of the declarations are included, they shall be specified in the order shown in the following list: The name of the coded character set for which the character set description text is defined. The characters of the name shall be taken form the set of characters with visible glyphs defined in Table 3. The maximum number of bytes in a multibyte character. This shall default to 1. An unsigned positive integer value that shall define the minimum number of bytes in a character for the encoded character set. The value shall be less or equal to "mb_cur_max". If not specified, the minimum number shall be equal to "mb_cur_max". The escape character used to indicate that the characters following shall be interpreted in a special way, as defined later in this subclause. This shall default to backslash (\). The character slash (/) is used in all the following text and examples, unless otherwise noted. The character that when placed in column 1 of a charmap line, is used to indicate that the line shall be ignored. The default character shall be the number sign (#). The character percent-sign (%) is used in all the following text and examples, unless otherwise noted. The name of the repertoiremap used to define the symbolic character names in the charmap. The characters of the name shall be taken form the set of characters with visible glyphs defined in Table 3. defines the escape sequences for ISO 2022 shifting for the coded character set defined by the charmap. The semicolon-separated operands are all strings with characters taken from the set of characters with visible glyphs defined in table 3. The first operand defines the g-set or c-set to be defined, and the following values are defined: c0, c1, g0, g1, g2, g3. The second operand defines what range of characters in the charmap that is affected, and the values defined are: c0, c1, g0, g1. The third operand is the escape sequence that is defined. the name of the charmap to be added the current coded character set and to be selected by the escape sequences defined by of the added charmap. include the encoding of another charmap in the current charmap. The semicolon-separated operands are all strings with characters taken from the set of characters with visible glyphs defined in table 3. The first operand defines the g-set or c-set to be defined in the current charmap, and the following values are defined: c0, c1, g0, g1, g2, g3. The second operand defines what range of characters in the referenced charmap, and the values defined are: c0, c1, g0, g1. The third operand is the name of another charmap. The character set mapping definitions shall 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 END CHARMAP starting in column 1. Empty lines and lines containing a in the first column shall be ignored. Each noncomment line of the character set mapping definition (i.e., between the CHARMAP and END CHARMAP lines of the text) shall be in one of the following formats. "%s %s %s\n", ,, "%s...%s %s %s\n", ,,, "%s....%s %s %s\n", ,,, "%s..%s %s %s\n", ,,, In the first format, the line of the character set mapping definition shall start with the symbolic name, immediately preceded by a character and immediately followed by a character. Symbolic names shall only contain characters from the set shown with a visible glyph in Table 3. The character or the escape character can be included as part of the symbolic name by specifying it twice; for example, the sequence "<\\>>>" represents the symbolic name "\>". The same symbolic name may occur several times, with different values. The first value is the one used when generating an encoding, while the other values are accepted in decoding. Symbolic names may be included to identify values that can overlap with each other or with the values of the symbolic names shown in Table 3. It is possible to specify symbolic names for which no encoding exists in the encoded character set, by not specifying a value. In the second and third format (symbolic decimal ellipsis), the line in the character set mapping defines a range of one or more symbolic names. The difference between the second and the third format is the number of dots in the ellipsis: the second has 3 dots, the third has 4 dots. In these forms the symbolic names shall consist of zero or more nonnumeric characters from the set shown with visible glyphs in Table 3, followed by an integer formed by one or more decimal digits. The characters preceding the integer shall be identical in the two symbolic names, and the integer formed by the digits in the second symbolic name shall be identical to or greater than the integer formed by the digits in the first name. This shall be interpreted as a series of symbolic names formed from the common part and each of the integers in decimal format between the first and the second integer, inclusive, and with a length of the symbolic names generated that is equal to the length of the first (and also the second) symbolic name. As an example, ... is interpreted as the symbolic names , , , and , in that order. In the fourth format (symbolic hexadecimal ellipsis, with two dots), the line in the character set mapping defines a range of one or more symbolic names. In this form the symbolic names shall consist of zero or more nonnumeric characters from the set shown with visible glyphs in Table 3, followed by an integer formed by one or more hexadecimal digits, using uppercase letters only for the range "A" to "F". The characters preceding the hexadecimal integer shall be identical in the two symbolic names, and the integer formed by the hexadecimal digits in the second symbolic name shall be identical to or greater than the integer formed by the hexadecimal digits in the first name. This shall be interpreted as a series of symbolic names formed from the common part and each of the integers in hexadecimal format using uppercase letters only between the first and the second integer, inclusive, and with a length of the symbolic names generated that is equal to the length of the first (and also the second) symbolic name. As an example, .. is interpreted as the symbolic names , , , and , in that order. The encoding part shall be expressed as one (for single-byte values) or more concatenated decimal, octal or hexadecimal constants. Decimal constants shall be represented by two or three decimal digits, preceded by the escape character and the lowercase letter "d"; for example /d05, /d97, or /d143. Hexadecimal constants shall be represented by two hexadecimal digits, preceded by the escape character and the lowercase letter "x"; for example /x05, /x61, or /x8f. Octal constants shall be represented by two or three octal digits, preceded by the escape character; for example /05, /141, or /217. In a charmap, each constant should represent an 8 bit byte for portability reasons. Applications 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 multibyte character values, they may be of different types, and interpreted in byte order from the first to the last with the least significant byte of the multibyte character specified by the last byte. The manner in which these constants are represented in the character stored in the system is application defined. Omitting bytes from a multibyte character 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 shall have encoding values in increasing order. For example the line ... /d129/d254 shall be interpreted as /d129/d254 /d129/d255 /d130/d000 /d130/d001 The comments parameter is optional. 6 REPERTOIREMAP FDCC-set and Charmap sources may be specified in a coded character set independent way, using symbolic character names. The relation between the symbolic character names and charac- ters may be specified via a Repertoiremap, which defines the repertoire of characters defined for a FDCC-set, and the symbolic character names and corresponding abstract character (by a reference to ISO/IEC 10646). The repertoire mapping is defined by specifying the symbolic character name and the ISO/IEC 10646 code position in hexadecimal form (with a preceding 'U') and optionally the long ISO/IEC 10646 character name in the following format: "%s %s %s\n",,<10646-codepoint>, The symbolic character name and the ISO/IEC 10646 code position are each surrounded by angle brackets <>, and the fields shall be separated by one or more spaces or tabs on a line. If a right angle bracket or an escape character is used within a symbolic name, it shall be preceded by the escape character. The escape character can be redefined from the default reverse solidus (\) with the first line of the Repertoiremap containing the string "escape_char" followed by one or more spaces or tabs and then the escape character. Several symbolic character names can refer to the same abstract character, and are then used as synonyms in FDCC-sets and charmaps. The set of .. and .. symbolic names (no lowercase letters) are predefined and refers to the corresponding code points of ISO/IEC 10646 with the same short identifier. The "i18nrep" repertoiremap is defined to accommodate prior art. The contents of the "i18nrep" repertoiremap is as follows: escape_char / NULL (NUL) START OF HEADING (SOH) START OF TEXT (STX) END OF TEXT (ETX) END OF TRANSMISSION (EOT) ENQUIRY (ENQ) ACKNOWLEDGE (ACK) BELL (BEL) BELL (BEL) BACKSPACE (BS) CHARACTER TABULATION (HT) LINE FEED (LF) LINE TABULATION (VT) FORM FEED (FF) CARRIAGE RETURN (CR) DATALINK ESCAPE (DLE) DEVICE CONTROL ONE (DC1) DEVICE CONTROL TWO (DC2) DEVICE CONTROL THREE (DC3) DEVICE CONTROL FOUR (DC4) NEGATIVE ACKNOWLEDGE (NAK) SYNCRONOUS IDLE (SYN) END OF TRANSMISSION BLOCK (ETB) CANCEL (CAN) SUBSTITUTE (SUB) ESCAPE (ESC) FILE SEPARATOR (IS4) GROUP SEPARATOR (IS3) GROUP SEPARATOR (IS3) RECORD SEPARATOR (IS2) UNIT SEPARATOR (IS1) DELETE (DEL) SPACE EXCLAMATION MARK QUOTATION MARK NUMBER SIGN DOLLAR SIGN PERCENT SIGN AMPERSAND APOSTROPHE LEFT PARENTHESIS RIGHT PARENTHESIS ASTERISK PLUS SIGN COMMA HYPHEN-MINUS HYPHEN-MINUS FULL STOP FULL STOP SOLIDUS SOLIDUS DIGIT ZERO DIGIT ONE DIGIT TWO DIGIT THREE DIGIT FOUR DIGIT FIVE DIGIT SIX DIGIT SEVEN DIGIT EIGHT DIGIT NINE COLON SEMICOLON LESS-THAN SIGN EQUALS SIGN GREATER-THAN SIGN QUESTION MARK COMMERCIAL AT LEFT SQUARE BRACKET REVERSE SOLIDUS REVERSE SOLIDUS RIGHT SQUARE BRACKET CIRCUMFLEX ACCENT CIRCUMFLEX ACCENT LOW LINE LOW LINE GRAVE ACCENT LEFT CURLY BRACKET LEFT CURLY BRACKET VERTICAL LINE RIGHT CURLY BRACKET RIGHT CURLY BRACKET TILDE NULL (NUL) START OF HEADING (SOH) START OF TEXT (STX) END OF TEXT (ETX) END OF TRANSMISSION (EOT) ENQUIRY (ENQ) ACKNOWLEDGE (ACK) BELL (BEL) BACKSPACE (BS) CHARACTER TABULATION (HT) LINE FEED (LF) LINE TABULATION (VT) FORM FEED (FF) CARRIAGE RETURN (CR) SHIFT OUT (SO) SHIFT IN (SI)

DATALINK ESCAPE (DLE) DEVICE CONTROL ONE (DC1) DEVICE CONTROL TWO (DC2) DEVICE CONTROL THREE (DC3) DEVICE CONTROL FOUR (DC4) NEGATIVE ACKNOWLEDGE (NAK) SYNCHRONOUS IDLE (SYN) END OF TRANSMISSION BLOCK (ETB) CANCEL (CAN) END OF MEDIUM (EM) SUBSTITUTE (SUB) ESCAPE (ESC) FILE SEPARATOR (IS4) GROUP SEPARATOR (IS3) RECORD SEPARATOR (IS2) UNIT SEPARATOR (IS1)
ARABIC LETTER DAD ARABIC LETTER TAH ARABIC LETTER ZAH ARABIC LETTER AIN ARABIC LETTER GHAIN <++> ARABIC TATWEEL ARABIC LETTER FEH ARABIC LETTER QAF ARABIC LETTER KAF ARABIC LETTER LAM ARABIC LETTER MEEM ARABIC LETTER NOON ARABIC LETTER HEH ARABIC LETTER WAW ARABIC LETTER ALEF MAKSURA ARABIC LETTER YEH <:+> ARABIC FATHATAN <"+> ARABIC DAMMATAN <=+> ARABIC KASRATAN ARABIC FATHA <'+> ARABIC DAMMA <1+> ARABIC KASRA <3+> ARABIC SHADDA <0+> ARABIC SUKUN <0a> ARABIC-INDIC DIGIT ZERO <1a> ARABIC-INDIC DIGIT ONE <2a> ARABIC-INDIC DIGIT TWO <3a> ARABIC-INDIC DIGIT THREE <4a> ARABIC-INDIC DIGIT FOUR <5a> ARABIC-INDIC DIGIT FIVE <6a> ARABIC-INDIC DIGIT SIX <7a> ARABIC-INDIC DIGIT SEVEN <8a> ARABIC-INDIC DIGIT EIGHT <9a> ARABIC-INDIC DIGIT NINE ARABIC LETTER SUPERSCRIPT ALEF ARABIC LETTER PEH ARABIC LETTER HAH WITH HAMZA ABOVE ARABIC LETTER TCHEH ARABIC LETTER JEH ARABIC LETTER VEH ARABIC LETTER GAF LATIN CAPITAL LETTER A WITH RING BELOW LATIN SMALL LETTER A WITH RING BELOW LATIN CAPITAL LETTER B WITH DOT ABOVE LATIN SMALL LETTER B WITH DOT ABOVE LATIN CAPITAL LETTER B WITH DOT BELOW LATIN SMALL LETTER B WITH DOT BELOW LATIN CAPITAL LETTER B WITH LINE BELOW LATIN SMALL LETTER B WITH LINE BELOW LATIN CAPITAL LETTER C WITH CEDILLA AND ACUTE LATIN SMALL LETTER C WITH CEDILLA AND ACUTE LATIN CAPITAL LETTER D WITH DOT ABOVE LATIN SMALL LETTER D WITH DOT ABOVE LATIN CAPITAL LETTER D WITH DOT BELOW LATIN SMALL LETTER D WITH DOT BELOW LATIN CAPITAL LETTER D WITH LINE BELOW LATIN SMALL LETTER D WITH LINE BELOW LATIN CAPITAL LETTER D WITH CEDILLA LATIN SMALL LETTER D WITH CEDILLA > LATIN CAPITAL LETTER D WITH CIRCUMFLEX BELOW > LATIN SMALL LETTER D WITH CIRCUMFLEX BELOW LATIN CAPITAL LETTER E WITH MACRON AND GRAVE LATIN SMALL LETTER E WITH MACRON AND GRAVE LATIN CAPITAL LETTER E WITH MACRON AND ACUTE LATIN SMALL LETTER E WITH MACRON AND ACUTE > LATIN CAPITAL LETTER E WITH CIRCUMFLEX BELOW > LATIN SMALL LETTER E WITH CIRCUMFLEX BELOW LATIN CAPITAL LETTER E WITH TILDE BELOW LATIN SMALL LETTER E WITH TILDE BELOW LATIN CAPITAL LETTER E WITH CEDILLA AND BREVE LATIN SMALL LETTER E WITH CEDILLA AND BREVE LATIN CAPITAL LETTER F WITH DOT ABOVE LATIN SMALL LETTER F WITH DOT ABOVE LATIN CAPITAL LETTER G WITH MACRON LATIN SMALL LETTER G WITH MACRON LATIN CAPITAL LETTER H WITH DOT ABOVE LATIN SMALL LETTER H WITH DOT ABOVE LATIN CAPITAL LETTER H WITH DOT BELOW LATIN SMALL LETTER H WITH DOT BELOW LATIN CAPITAL LETTER H WITH DIAERESIS LATIN SMALL LETTER H WITH DIAERESIS LATIN CAPITAL LETTER H WITH CEDILLA LATIN SMALL LETTER H WITH CEDILLA LATIN CAPITAL LETTER H WITH BREVE BELOW LATIN SMALL LETTER H WITH BREVE BELOW LATIN CAPITAL LETTER I WITH TILDE BELOW LATIN SMALL LETTER I WITH TILDE BELOW LATIN CAPITAL LETTER I WITH DIAERESIS AND ACUTE LATIN SMALL LETTER I WITH DIAERESIS AND ACUTE LATIN CAPITAL LETTER K WITH ACUTE LATIN SMALL LETTER K WITH ACUTE LATIN CAPITAL LETTER K WITH DOT BELOW LATIN SMALL LETTER K WITH DOT BELOW LATIN CAPITAL LETTER K WITH LINE BELOW LATIN SMALL LETTER K WITH LINE BELOW LATIN CAPITAL LETTER L WITH DOT BELOW LATIN SMALL LETTER L WITH DOT BELOW LATIN CAPITAL LETTER L WITH DOT BELOW AND MACRON LATIN SMALL LETTER L WITH DOT BELOW AND MACRON LATIN CAPITAL LETTER L WITH LINE BELOW LATIN SMALL LETTER L WITH LINE BELOW > LATIN CAPITAL LETTER L WITH CIRCUMFLEX BELOW > LATIN SMALL LETTER L WITH CIRCUMFLEX BELOW LATIN CAPITAL LETTER M WITH ACUTE LATIN SMALL LETTER M WITH ACUTE LATIN CAPITAL LETTER M WITH DOT ABOVE LATIN SMALL LETTER M WITH DOT ABOVE LATIN CAPITAL LETTER M WITH DOT BELOW LATIN SMALL LETTER M WITH DOT BELOW LATIN CAPITAL LETTER N WITH DOT ABOVE LATIN SMALL LETTER N WITH DOT ABOVE LATIN CAPITAL LETTER N WITH DOT BELOW LATIN SMALL LETTER N WITH DOT BELOW LATIN CAPITAL LETTER N WITH LINE BELOW LATIN SMALL LETTER N WITH LINE BELOW > LATIN CAPITAL LETTER N WITH CIRCUMFLEX BELOW > LATIN SMALL LETTER N WITH CIRCUMFLEX BELOW LATIN CAPITAL LETTER O WITH TILDE AND ACUTE LATIN SMALL LETTER O WITH TILDE AND ACUTE LATIN CAPITAL LETTER O WITH TILDE AND DIAERESIS LATIN SMALL LETTER O WITH TILDE AND DIAERESIS LATIN CAPITAL LETTER O WITH MACRON AND GRAVE LATIN SMALL LETTER O WITH MACRON AND GRAVE LATIN CAPITAL LETTER O WITH MACRON AND ACUTE LATIN SMALL LETTER O WITH MACRON AND ACUTE LATIN CAPITAL LETTER P WITH ACUTE LATIN SMALL LETTER P WITH ACUTE LATIN CAPITAL LETTER P WITH DOT ABOVE LATIN SMALL LETTER P WITH DOT ABOVE LATIN CAPITAL LETTER R WITH DOT ABOVE LATIN SMALL LETTER R WITH DOT ABOVE LATIN CAPITAL LETTER R WITH DOT BELOW LATIN SMALL LETTER R WITH DOT BELOW LATIN CAPITAL LETTER R WITH DOT BELOW AND MACRON LATIN SMALL LETTER R WITH DOT BELOW AND MACRON LATIN CAPITAL LETTER R WITH LINE BELOW LATIN SMALL LETTER R WITH LINE BELOW LATIN CAPITAL LETTER S WITH DOT ABOVE LATIN SMALL LETTER S WITH DOT ABOVE LATIN CAPITAL LETTER S WITH DOT BELOW LATIN SMALL LETTER S WITH DOT BELOW LATIN CAPITAL LETTER S WITH ACUTE AND DOT ABOVE LATIN SMALL LETTER S WITH ACUTE AND DOT ABOVE LATIN CAPITAL LETTER S WITH CARON AND DOT ABOVE LATIN SMALL LETTER S WITH CARON AND DOT ABOVE LATIN CAPITAL LETTER S WITH DOT BELOW AND DOT ABOVE LATIN SMALL LETTER S WITH DOT BELOW AND DOT ABOVE LATIN CAPITAL LETTER T WITH DOT ABOVE LATIN SMALL LETTER T WITH DOT ABOVE LATIN CAPITAL LETTER T WITH DOT BELOW LATIN SMALL LETTER T WITH DOT BELOW LATIN CAPITAL LETTER T WITH LINE BELOW LATIN SMALL LETTER T WITH LINE BELOW > LATIN CAPITAL LETTER T WITH CIRCUMFLEX BELOW > LATIN SMALL LETTER T WITH CIRCUMFLEX BELOW LATIN CAPITAL LETTER U WITH DIAERESIS BELOW LATIN SMALL LETTER U WITH DIAERESIS BELOW LATIN CAPITAL LETTER U WITH TILDE BELOW LATIN SMALL LETTER U WITH TILDE BELOW > LATIN CAPITAL LETTER U WITH CIRCUMFLEX BELOW > LATIN SMALL LETTER U WITH CIRCUMFLEX BELOW LATIN CAPITAL LETTER U WITH TILDE AND ACUTE LATIN SMALL LETTER U WITH TILDE AND ACUTE LATIN CAPITAL LETTER U WITH MACRON AND DIAERESIS LATIN SMALL LETTER U WITH MACRON AND DIAERESIS LATIN CAPITAL LETTER V WITH TILDE LATIN SMALL LETTER V WITH TILDE LATIN CAPITAL LETTER V WITH DOT BELOW LATIN SMALL LETTER V WITH DOT BELOW LATIN CAPITAL LETTER W WITH GRAVE LATIN SMALL LETTER W WITH GRAVE LATIN CAPITAL LETTER W WITH ACUTE LATIN SMALL LETTER W WITH ACUTE LATIN CAPITAL LETTER W WITH DIAERESIS LATIN SMALL LETTER W WITH DIAERESIS LATIN CAPITAL LETTER W WITH DOT ABOVE LATIN SMALL LETTER W WITH DOT ABOVE LATIN CAPITAL LETTER W WITH DOT BELOW LATIN SMALL LETTER W WITH DOT BELOW LATIN CAPITAL LETTER X WITH DOT ABOVE LATIN SMALL LETTER X WITH DOT ABOVE LATIN CAPITAL LETTER X WITH DIAERESIS LATIN SMALL LETTER X WITH DIAERESIS LATIN CAPITAL LETTER Y WITH DOT ABOVE LATIN SMALL LETTER Y WITH DOT ABOVE > LATIN CAPITAL LETTER Z WITH CIRCUMFLEX > LATIN SMALL LETTER Z WITH CIRCUMFLEX LATIN CAPITAL LETTER Z WITH DOT BELOW LATIN SMALL LETTER Z WITH DOT BELOW LATIN CAPITAL LETTER Z WITH LINE BELOW LATIN SMALL LETTER Z WITH LINE BELOW LATIN CAPITAL LETTER A WITH DOT BELOW LATIN SMALL LETTER A WITH DOT BELOW LATIN CAPITAL LETTER A WITH HOOK ABOVE LATIN SMALL LETTER A WITH HOOK ABOVE '> LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND ACUTE '> LATIN SMALL LETTER A WITH CIRCUMFLEX AND ACUTE !> LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND GRAVE !> LATIN SMALL LETTER A WITH CIRCUMFLEX AND GRAVE 2> LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE 2> LATIN SMALL LETTER A WITH CIRCUMFLEX AND HOOK ABOVE ?> LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND TILDE ?> LATIN SMALL LETTER A WITH CIRCUMFLEX AND TILDE -.> LATIN CAPITAL LETTER A WITH CIRCUMFLEX AND DOT BELOW -.> LATIN SMALL LETTER A WITH CIRCUMFLEX AND DOT BELOW LATIN CAPITAL LETTER A WITH BREVE AND ACUTE LATIN SMALL LETTER A WITH BREVE AND ACUTE LATIN CAPITAL LETTER A WITH BREVE AND GRAVE LATIN SMALL LETTER A WITH BREVE AND GRAVE LATIN CAPITAL LETTER A WITH BREVE AND HOOK ABOVE LATIN SMALL LETTER A WITH BREVE AND HOOK ABOVE LATIN CAPITAL LETTER A WITH BREVE AND TILDE LATIN SMALL LETTER A WITH BREVE AND TILDE LATIN CAPITAL LETTER A WITH BREVE AND DOT BELOW LATIN SMALL LETTER A WITH BREVE AND DOT BELOW LATIN CAPITAL LETTER E WITH DOT BELOW LATIN SMALL LETTER E WITH DOT BELOW LATIN CAPITAL LETTER E WITH HOOK ABOVE LATIN SMALL LETTER E WITH HOOK ABOVE LATIN CAPITAL LETTER E WITH TILDE LATIN SMALL LETTER E WITH TILDE '> LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND ACUTE '> LATIN SMALL LETTER E WITH CIRCUMFLEX AND ACUTE !> LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND GRAVE !> LATIN SMALL LETTER E WITH CIRCUMFLEX AND GRAVE 2> LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE 2> LATIN SMALL LETTER E WITH CIRCUMFLEX AND HOOK ABOVE ?> LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND TILDE ?> LATIN SMALL LETTER E WITH CIRCUMFLEX AND TILDE -.> LATIN CAPITAL LETTER E WITH CIRCUMFLEX AND DOT BELOW -.> LATIN SMALL LETTER E WITH CIRCUMFLEX AND DOT BELOW LATIN CAPITAL LETTER I WITH HOOK ABOVE LATIN SMALL LETTER I WITH HOOK ABOVE LATIN CAPITAL LETTER I WITH DOT BELOW LATIN SMALL LETTER I WITH DOT BELOW LATIN CAPITAL LETTER O WITH DOT BELOW LATIN SMALL LETTER O WITH DOT BELOW LATIN CAPITAL LETTER O WITH HOOK ABOVE LATIN SMALL LETTER O WITH HOOK ABOVE '> LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND ACUTE '> LATIN SMALL LETTER O WITH CIRCUMFLEX AND ACUTE !> LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND GRAVE !> LATIN SMALL LETTER O WITH CIRCUMFLEX AND GRAVE 2> LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE 2> LATIN SMALL LETTER O WITH CIRCUMFLEX AND HOOK ABOVE ?> LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND TILDE ?> LATIN SMALL LETTER O WITH CIRCUMFLEX AND TILDE -.> LATIN CAPITAL LETTER O WITH CIRCUMFLEX AND DOT BELOW -.> LATIN SMALL LETTER O WITH CIRCUMFLEX AND DOT BELOW LATIN CAPITAL LETTER O WITH HORN AND ACUTE LATIN SMALL LETTER O WITH HORN AND ACUTE LATIN CAPITAL LETTER O WITH HORN AND GRAVE LATIN SMALL LETTER O WITH HORN AND GRAVE LATIN CAPITAL LETTER O WITH HORN AND HOOK ABOVE LATIN SMALL LETTER O WITH HORN AND HOOK ABOVE LATIN CAPITAL LETTER O WITH HORN AND TILDE LATIN SMALL LETTER O WITH HORN AND TILDE LATIN CAPITAL LETTER O WITH HORN AND DOT BELOW LATIN SMALL LETTER O WITH HORN AND DOT BELOW LATIN CAPITAL LETTER U WITH DOT BELOW LATIN SMALL LETTER U WITH DOT BELOW LATIN CAPITAL LETTER U WITH HOOK ABOVE LATIN SMALL LETTER U WITH HOOK ABOVE LATIN CAPITAL LETTER U WITH HORN AND ACUTE LATIN SMALL LETTER U WITH HORN AND ACUTE LATIN CAPITAL LETTER U WITH HORN AND GRAVE LATIN SMALL LETTER U WITH HORN AND GRAVE LATIN CAPITAL LETTER U WITH HORN AND HOOK ABOVE LATIN SMALL LETTER U WITH HORN AND HOOK ABOVE LATIN CAPITAL LETTER U WITH HORN AND TILDE LATIN SMALL LETTER U WITH HORN AND TILDE LATIN CAPITAL LETTER U WITH HORN AND DOT BELOW LATIN SMALL LETTER U WITH HORN AND DOT BELOW LATIN CAPITAL LETTER Y WITH GRAVE LATIN SMALL LETTER Y WITH GRAVE LATIN CAPITAL LETTER Y WITH DOT BELOW LATIN SMALL LETTER Y WITH DOT BELOW LATIN CAPITAL LETTER Y WITH HOOK ABOVE LATIN SMALL LETTER Y WITH HOOK ABOVE LATIN CAPITAL LETTER Y WITH TILDE LATIN SMALL LETTER Y WITH TILDE GREEK SMALL LETTER ALPHA WITH PSILI GREEK SMALL LETTER ALPHA WITH DASIA GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI GREEK CAPITAL LETTER ALPHA WITH PSILI GREEK CAPITAL LETTER ALPHA WITH DASIA GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI GREEK SMALL LETTER EPSILON WITH PSILI GREEK SMALL LETTER EPSILON WITH DASIA GREEK SMALL LETTER EPSILON WITH PSILI AND VARIA GREEK SMALL LETTER EPSILON WITH DASIA AND VARIA GREEK SMALL LETTER EPSILON WITH PSILI AND OXIA GREEK SMALL LETTER EPSILON WITH DASIA AND OXIA GREEK CAPITAL LETTER EPSILON WITH PSILI GREEK CAPITAL LETTER EPSILON WITH DASIA GREEK CAPITAL LETTER EPSILON WITH PSILI AND VARIA GREEK CAPITAL LETTER EPSILON WITH DASIA AND VARIA GREEK CAPITAL LETTER EPSILON WITH PSILI AND OXIA GREEK CAPITAL LETTER EPSILON WITH DASIA AND OXIA GREEK SMALL LETTER ETA WITH PSILI GREEK SMALL LETTER ETA WITH DASIA GREEK SMALL LETTER ETA WITH PSILI AND VARIA GREEK SMALL LETTER ETA WITH DASIA AND VARIA GREEK SMALL LETTER ETA WITH PSILI AND OXIA GREEK SMALL LETTER ETA WITH DASIA AND OXIA GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI GREEK CAPITAL LETTER ETA WITH PSILI GREEK CAPITAL LETTER ETA WITH DASIA GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI GREEK SMALL LETTER IOTA WITH PSILI GREEK SMALL LETTER IOTA WITH DASIA GREEK SMALL LETTER IOTA WITH PSILI AND VARIA GREEK SMALL LETTER IOTA WITH DASIA AND VARIA GREEK SMALL LETTER IOTA WITH PSILI AND OXIA GREEK SMALL LETTER IOTA WITH DASIA AND OXIA GREEK SMALL LETTER IOTA WITH PSILI AND PERISPOMENI GREEK SMALL LETTER IOTA WITH DASIA AND PERISPOMENI GREEK CAPITAL LETTER IOTA WITH PSILI GREEK CAPITAL LETTER IOTA WITH DASIA GREEK CAPITAL LETTER IOTA WITH PSILI AND VARIA GREEK CAPITAL LETTER IOTA WITH DASIA AND VARIA GREEK CAPITAL LETTER IOTA WITH PSILI AND OXIA GREEK CAPITAL LETTER IOTA WITH DASIA AND OXIA GREEK CAPITAL LETTER IOTA WITH PSILI AND PERISPOMENI GREEK CAPITAL LETTER IOTA WITH DASIA AND PERISPOMENI GREEK SMALL LETTER OMICRON WITH PSILI GREEK SMALL LETTER OMICRON WITH DASIA GREEK SMALL LETTER OMICRON WITH PSILI AND VARIA GREEK SMALL LETTER OMICRON WITH DASIA AND VARIA GREEK SMALL LETTER OMICRON WITH PSILI AND OXIA GREEK SMALL LETTER OMICRON WITH DASIA AND OXIA GREEK CAPITAL LETTER OMICRON WITH PSILI GREEK CAPITAL LETTER OMICRON WITH DASIA GREEK CAPITAL LETTER OMICRON WITH PSILI AND VARIA GREEK CAPITAL LETTER OMICRON WITH DASIA AND VARIA GREEK CAPITAL LETTER OMICRON WITH PSILI AND OXIA GREEK CAPITAL LETTER OMICRON WITH DASIA AND OXIA GREEK SMALL LETTER UPSILON WITH PSILI GREEK SMALL LETTER UPSILON WITH DASIA GREEK SMALL LETTER UPSILON WITH PSILI AND VARIA GREEK SMALL LETTER UPSILON WITH DASIA AND VARIA GREEK SMALL LETTER UPSILON WITH PSILI AND OXIA GREEK SMALL LETTER UPSILON WITH DASIA AND OXIA GREEK SMALL LETTER UPSILON WITH PSILI AND PERISPOMENI GREEK SMALL LETTER UPSILON WITH DASIA AND PERISPOMENI GREEK CAPITAL LETTER UPSILON WITH DASIA GREEK CAPITAL LETTER UPSILON WITH DASIA AND VARIA GREEK CAPITAL LETTER UPSILON WITH DASIA AND OXIA GREEK CAPITAL LETTER UPSILON WITH DASIA AND PERISPOMENI GREEK SMALL LETTER OMEGA WITH PSILI GREEK SMALL LETTER OMEGA WITH DASIA GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI GREEK CAPITAL LETTER OMEGA WITH PSILI GREEK CAPITAL LETTER OMEGA WITH DASIA GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI GREEK SMALL LETTER ALPHA WITH VARIA GREEK SMALL LETTER ALPHA WITH OXIA GREEK SMALL LETTER EPSILON WITH VARIA GREEK SMALL LETTER EPSILON WITH OXIA GREEK SMALL LETTER ETA WITH VARIA GREEK SMALL LETTER ETA WITH OXIA GREEK SMALL LETTER IOTA WITH VARIA GREEK SMALL LETTER IOTA WITH OXIA GREEK SMALL LETTER OMICRON WITH VARIA GREEK SMALL LETTER OMICRON WITH OXIA GREEK SMALL LETTER UPSILON WITH VARIA GREEK SMALL LETTER UPSILON WITH OXIA GREEK SMALL LETTER OMEGA WITH VARIA GREEK SMALL LETTER OMEGA WITH OXIA GREEK SMALL LETTER ALPHA WITH PSILI AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH DASIA AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH PSILI AND VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH DASIA AND VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH PSILI AND OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH DASIA AND OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH PSILI AND PROSGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH DASIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH PSILI AND VARIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH DASIA AND VARIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH PSILI AND OXIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH DASIA AND OXIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI GREEK SMALL LETTER ETA WITH PSILI AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH DASIA AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH PSILI AND VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH DASIA AND VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH PSILI AND OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH DASIA AND OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI GREEK CAPITAL LETTER ETA WITH PSILI AND PROSGEGRAMMENI GREEK CAPITAL LETTER ETA WITH DASIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ETA WITH PSILI AND VARIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ETA WITH DASIA AND VARIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ETA WITH PSILI AND OXIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ETA WITH DASIA AND OXIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER ETA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI GREEK CAPITAL LETTER ETA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI GREEK SMALL LETTER OMEGA WITH PSILI AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH DASIA AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH PSILI AND VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH DASIA AND VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH PSILI AND OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH DASIA AND OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH PSILI AND PERISPOMENI AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH DASIA AND PERISPOMENI AND YPOGEGRAMMENI GREEK CAPITAL LETTER OMEGA WITH PSILI AND PROSGEGRAMMENI GREEK CAPITAL LETTER OMEGA WITH DASIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER OMEGA WITH PSILI AND VARIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER OMEGA WITH DASIA AND VARIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER OMEGA WITH PSILI AND OXIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER OMEGA WITH DASIA AND OXIA AND PROSGEGRAMMENI GREEK CAPITAL LETTER OMEGA WITH PSILI AND PERISPOMENI AND PROSGEGRAMMENI GREEK CAPITAL LETTER OMEGA WITH DASIA AND PERISPOMENI AND PROSGEGRAMMENI GREEK SMALL LETTER ALPHA WITH VRACHY GREEK SMALL LETTER ALPHA WITH MACRON GREEK SMALL LETTER ALPHA WITH VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER ALPHA WITH PERISPOMENI GREEK SMALL LETTER ALPHA WITH PERISPOMENI AND YPOGEGRAMMENI GREEK CAPITAL LETTER ALPHA WITH VRACHY GREEK CAPITAL LETTER ALPHA WITH MACRON GREEK CAPITAL LETTER ALPHA WITH VARIA GREEK CAPITAL LETTER ALPHA WITH OXIA GREEK CAPITAL LETTER ALPHA WITH PROSGEGRAMMENI <)*> GREEK KORONIS GREEK PROSGEGRAMMENI <,,> GREEK PSILI GREEK PERISPOMENI GREEK DIALYTIKA AND PERISPOMENI GREEK SMALL LETTER ETA WITH VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER ETA WITH PERISPOMENI GREEK SMALL LETTER ETA WITH PERISPOMENI AND YPOGEGRAMMENI GREEK CAPITAL LETTER EPSILON WITH VARIA GREEK CAPITAL LETTER EPSILON WITH OXIA GREEK CAPITAL LETTER ETA WITH VARIA GREEK CAPITAL LETTER ETA WITH OXIA GREEK CAPITAL LETTER ETA WITH PROSGEGRAMMENI <,!> GREEK PSILI AND VARIA <,'> GREEK PSILI AND OXIA GREEK PSILI AND PERISPOMENI GREEK SMALL LETTER IOTA WITH VRACHY GREEK SMALL LETTER IOTA WITH MACRON GREEK SMALL LETTER IOTA WITH DIALYTIKA AND VARIA GREEK SMALL LETTER IOTA WITH DIALYTIKA AND OXIA GREEK SMALL LETTER IOTA WITH PERISPOMENI GREEK SMALL LETTER IOTA WITH DIALYTIKA AND PERISPOMENI GREEK CAPITAL LETTER IOTA WITH VRACHY GREEK CAPITAL LETTER IOTA WITH MACRON GREEK CAPITAL LETTER IOTA WITH VARIA GREEK CAPITAL LETTER IOTA WITH OXIA <;!> GREEK DASIA AND VARIA <;'> GREEK DASIA AND OXIA GREEK DASIA AND PERISPOMENI GREEK SMALL LETTER UPSILON WITH VRACHY GREEK SMALL LETTER UPSILON WITH MACRON GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND VARIA GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND OXIA GREEK SMALL LETTER RHO WITH PSILI GREEK SMALL LETTER RHO WITH DASIA GREEK SMALL LETTER UPSILON WITH PERISPOMENI GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND PERISPOMENI GREEK CAPITAL LETTER UPSILON WITH VRACHY GREEK CAPITAL LETTER UPSILON WITH MACRON GREEK CAPITAL LETTER UPSILON WITH VARIA GREEK CAPITAL LETTER UPSILON WITH OXIA GREEK CAPITAL LETTER RHO WITH DASIA GREEK DIALYTIKA AND VARIA <:'> GREEK DIALYTIKA AND OXIA GREEK VARIA GREEK SMALL LETTER OMEGA WITH VARIA AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH OXIA AND YPOGEGRAMMENI GREEK SMALL LETTER OMEGA WITH PERISPOMENI GREEK SMALL LETTER OMEGA WITH PERISPOMENI AND YPOGEGRAMMENI GREEK CAPITAL LETTER OMICRON WITH VARIA GREEK CAPITAL LETTER OMICRON WITH OXIA GREEK CAPITAL LETTER OMEGA WITH VARIA GREEK CAPITAL LETTER OMEGA WITH OXIA GREEK CAPITAL LETTER OMEGA WITH PROSGEGRAMMENI GREEK OXIA <;;> GREEK DASIA <1N> EN SPACE <1M> EM SPACE <3M> THREE-PER-EM SPACE <4M> FOUR-PER-EM SPACE <6M> SIX-PER-EM SPACE LEFT-TO-RIGHT MARK RIGHT-TO-LEFT MARK <1T> THIN SPACE <1H> HAIR SPACE <-1> HYPHEN <-N> EN DASH <-M> EM DASH <-3> HORIZONTAL BAR DOUBLE VERTICAL LINE <=2> DOUBLE LOW LINE <'6> LEFT SINGLE QUOTATION MARK <'9> RIGHT SINGLE QUOTATION MARK <.9> SINGLE LOW-9 QUOTATION MARK <9'> SINGLE HIGH-REVERSED-9 QUOTATION MARK <"6> LEFT DOUBLE QUOTATION MARK <"9> RIGHT DOUBLE QUOTATION MARK <:9> DOUBLE LOW-9 QUOTATION MARK <9"> DOUBLE HIGH-REVERSED-9 QUOTATION MARK DAGGER DOUBLE DAGGER BULLET <3b> TRIANGULAR BULLET <..> TWO DOT LEADER <.3> HORIZONTAL ELLIPSIS <.-> HYPHENATION POINT LINE SEPARATOR PARAGRAPH SEPARATOR <%0> PER MILLE SIGN <1'> PRIME <2'> DOUBLE PRIME <3'> TRIPLE PRIME <1"> REVERSED PRIME <2"> REVERSED DOUBLE PRIME <3"> REVERSED TRIPLE PRIME CARET <<1> SINGLE LEFT-POINTING ANGLE QUOTATION MARK 1> SINGLE RIGHT-POINTING ANGLE QUOTATION MARK <:X> REFERENCE MARK DOUBLE EXCLAMATION MARK <'-> OVERLINE <-b> HYPHEN BULLET FRACTION SLASH <0S> SUPERSCRIPT ZERO <4S> SUPERSCRIPT FOUR <5S> SUPERSCRIPT FIVE <6S> SUPERSCRIPT SIX <7S> SUPERSCRIPT SEVEN <8S> SUPERSCRIPT EIGHT <9S> SUPERSCRIPT NINE <+S> SUPERSCRIPT PLUS SIGN <-S> SUPERSCRIPT MINUS <=S> SUPERSCRIPT EQUALS SIGN <(S> SUPERSCRIPT LEFT PARENTHESIS <)S> SUPERSCRIPT RIGHT PARENTHESIS SUPERSCRIPT LATIN SMALL LETTER N <0s> SUBSCRIPT ZERO <1s> SUBSCRIPT ONE <2s> SUBSCRIPT TWO <3s> SUBSCRIPT THREE <4s> SUBSCRIPT FOUR <5s> SUBSCRIPT FIVE <6s> SUBSCRIPT SIX <7s> SUBSCRIPT SEVEN <8s> SUBSCRIPT EIGHT <9s> SUBSCRIPT NINE <+s> SUBSCRIPT PLUS SIGN <-s> SUBSCRIPT MINUS <=s> SUBSCRIPT EQUALS SIGN <(s> SUBSCRIPT LEFT PARENTHESIS <)s> SUBSCRIPT RIGHT PARENTHESIS FRENCH FRANC SIGN
  • LIRA SIGN PESETA SIGN WON SIGN <"7> COMBINING RIGHT HARPOON ABOVE DEGREE CELSIUS CARE OF DEGREE FAHRENHEIT NUMERO SIGN SOUND RECORDING COPYRIGHT PRESCRIPTION TAKE SERVICE MARK TRADE MARK SIGN OHM SIGN ANGSTROM SIGN ESTIMATED SYMBOL <13> VULGAR FRACTION ONE THIRD <23> VULGAR FRACTION TWO THIRDS <15> VULGAR FRACTION ONE FIFTH <25> VULGAR FRACTION TWO FIFTHS <35> VULGAR FRACTION THREE FIFTHS <45> VULGAR FRACTION FOUR FIFTHS <16> VULGAR FRACTION ONE SIXTH <56> VULGAR FRACTION FIVE SIXTHS <18> VULGAR FRACTION ONE EIGHTH <38> VULGAR FRACTION THREE EIGHTHS <58> VULGAR FRACTION FIVE EIGHTHS <78> VULGAR FRACTION SEVEN EIGHTHS <1R> ROMAN NUMERAL ONE <2R> ROMAN NUMERAL TWO <3R> ROMAN NUMERAL THREE <4R> ROMAN NUMERAL FOUR <5R> ROMAN NUMERAL FIVE <6R> ROMAN NUMERAL SIX <7R> ROMAN NUMERAL SEVEN <8R> ROMAN NUMERAL EIGHT <9R> ROMAN NUMERAL NINE ROMAN NUMERAL TEN
    ROMAN NUMERAL ELEVEN ROMAN NUMERAL TWELVE <50R> ROMAN NUMERAL FIFTY <100R> ROMAN NUMERAL ONE HUNDRED <500R> ROMAN NUMERAL FIVE HUNDRED <1000R> ROMAN NUMERAL ONE THOUSAND <1r> SMALL ROMAN NUMERAL ONE <2r> SMALL ROMAN NUMERAL TWO <3r> SMALL ROMAN NUMERAL THREE <4r> SMALL ROMAN NUMERAL FOUR <5r> SMALL ROMAN NUMERAL FIVE <6r> SMALL ROMAN NUMERAL SIX <7r> SMALL ROMAN NUMERAL SEVEN <8r> SMALL ROMAN NUMERAL EIGHT <9r> SMALL ROMAN NUMERAL NINE SMALL ROMAN NUMERAL TEN
    SMALL ROMAN NUMERAL ELEVEN SMALL ROMAN NUMERAL TWELVE <50r> SMALL ROMAN NUMERAL FIFTY <100r> SMALL ROMAN NUMERAL ONE HUNDRED <500r> SMALL ROMAN NUMERAL FIVE HUNDRED <1000r> SMALL ROMAN NUMERAL ONE THOUSAND <1000RCD> ROMAN NUMERAL ONE THOUSAND C D <5000R> ROMAN NUMERAL FIVE THOUSAND <10000R> ROMAN NUMERAL TEN THOUSAND <<-> LEFTWARDS ARROW <-!> UPWARDS ARROW <-/>> RIGHTWARDS ARROW <-v> DOWNWARDS ARROW <> LEFT RIGHT ARROW UP DOWN ARROW < NORTH WEST ARROW > NORTH EAST ARROW > SOUTH EAST ARROW < SOUTH WEST ARROW UP DOWN ARROW WITH BASE V> RIGHTWARDS HARPOON WITH BARB UPWARDS <<=> LEFTWARDS DOUBLE ARROW <=/>> RIGHTWARDS DOUBLE ARROW <==> LEFT RIGHT DOUBLE ARROW FOR ALL PARTIAL DIFFERENTIAL THERE EXISTS EMPTY SET INCREMENT NABLA <(-> ELEMENT OF <-)> CONTAINS AS MEMBER END OF PROOF <*P> N-ARY PRODUCT <+Z> N-ARY SUMMATION <-2> MINUS SIGN <-+> MINUS-OR-PLUS SIGN <.+> DOT PLUS <*-> ASTERISK OPERATOR RING OPERATOR BULLET OPERATOR SQUARE ROOT <0(> PROPORTIONAL TO <00> INFINITY <-L> RIGHT ANGLE <-V> ANGLE PARALLEL TO LOGICAL AND LOGICAL OR <(U> INTERSECTION <)U> UNION INTEGRAL DOUBLE INTEGRAL CONTOUR INTEGRAL <.:> THEREFORE <:.> BECAUSE <:R> RATIO <::> PROPORTION TILDE OPERATOR INVERTED LAZY S ASYMPTOTICALLY EQUAL TO APPROXIMATELY EQUAL TO ALMOST EQUAL TO <=?> ALL EQUAL TO IMAGE OF OR APPROXIMATELY EQUAL TO NOT EQUAL TO <=3> IDENTICAL TO <=<> LESS-THAN OR EQUAL TO => GREATER-THAN OR EQUAL TO <<*> MUCH LESS-THAN <*/>> MUCH GREATER-THAN NOT LESS-THAN > NOT GREATER-THAN <(C> SUBSET OF <)C> SUPERSET OF <(_> SUBSET OF OR EQUAL TO <)_> SUPERSET OF OR EQUAL TO <0.> CIRCLED DOT OPERATOR <02> CIRCLED RING OPERATOR <-T> UP TACK <.P> DOT OPERATOR <:3> VERTICAL ELLIPSIS HOUSE <<7> LEFT CEILING 7> RIGHT CEILING <7<> LEFT FLOOR <7/>> RIGHT FLOOR REVERSED NOT SIGN <(A> ARC TELEPHONE RECORDER <88> PLACE OF INTEREST SIGN TOP HALF INTEGRAL BOTTOM HALF INTEGRAL < LEFT-POINTING ANGLE BRACKET > RIGHT-POINTING ANGLE BRACKET OPEN BOX <1h> OCR HOOK <3h> OCR CHAIR <2h> OCR FORK <4h> OCR INVERTED FORK <1j> OCR BRANCH BANK IDENTIFICATION <2j> OCR AMOUNT OF CHECK <3j> OCR DASH <4j> OCR CUSTOMER ACCOUNT NUMBER <1-o> CIRCLED DIGIT ONE <2-o> CIRCLED DIGIT TWO <3-o> CIRCLED DIGIT THREE <4-o> CIRCLED DIGIT FOUR <5-o> CIRCLED DIGIT FIVE <6-o> CIRCLED DIGIT SIX <7-o> CIRCLED DIGIT SEVEN <8-o> CIRCLED DIGIT EIGHT <9-o> CIRCLED DIGIT NINE <10-o> CIRCLED NUMBER TEN <11-o> CIRCLED NUMBER ELEVEN <12-o> CIRCLED NUMBER TWELVE <13-o> CIRCLED NUMBER THIRTEEN <14-o> CIRCLED NUMBER FOURTEEN <15-o> CIRCLED NUMBER FIFTEEN <16-o> CIRCLED NUMBER SIXTEEN <17-o> CIRCLED NUMBER SEVENTEEN <18-o> CIRCLED NUMBER EIGHTEEN <19-o> CIRCLED NUMBER NINETEEN <20-o> CIRCLED NUMBER TWENTY <(1)> PARENTHESIZED DIGIT ONE <(2)> PARENTHESIZED DIGIT TWO <(3)> PARENTHESIZED DIGIT THREE <(4)> PARENTHESIZED DIGIT FOUR <(5)> PARENTHESIZED DIGIT FIVE <(6)> PARENTHESIZED DIGIT SIX <(7)> PARENTHESIZED DIGIT SEVEN <(8)> PARENTHESIZED DIGIT EIGHT <(9)> PARENTHESIZED DIGIT NINE <(10)> PARENTHESIZED NUMBER TEN <(11)> PARENTHESIZED NUMBER ELEVEN <(12)> PARENTHESIZED NUMBER TWELVE <(13)> PARENTHESIZED NUMBER THIRTEEN <(14)> PARENTHESIZED NUMBER FOURTEEN <(15)> PARENTHESIZED NUMBER FIFTEEN <(16)> PARENTHESIZED NUMBER SIXTEEN <(17)> PARENTHESIZED NUMBER SEVENTEEN <(18)> PARENTHESIZED NUMBER EIGHTEEN <(19)> PARENTHESIZED NUMBER NINETEEN <(20)> PARENTHESIZED NUMBER TWENTY <1.> DIGIT ONE FULL STOP <2.> DIGIT TWO FULL STOP <3.> DIGIT THREE FULL STOP <4.> DIGIT FOUR FULL STOP <5.> DIGIT FIVE FULL STOP <6.> DIGIT SIX FULL STOP <7.> DIGIT SEVEN FULL STOP <8.> DIGIT EIGHT FULL STOP <9.> DIGIT NINE FULL STOP <10.> NUMBER TEN FULL STOP <11.> NUMBER ELEVEN FULL STOP <12.> NUMBER TWELVE FULL STOP <13.> NUMBER THIRTEEN FULL STOP <14.> NUMBER FOURTEEN FULL STOP <15.> NUMBER FIFTEEN FULL STOP <16.> NUMBER SIXTEEN FULL STOP <17.> NUMBER SEVENTEEN FULL STOP <18.> NUMBER EIGHTEEN FULL STOP <19.> NUMBER NINETEEN FULL STOP <20.> NUMBER TWENTY FULL STOP <(a)> PARENTHESIZED LATIN SMALL LETTER A <(b)> PARENTHESIZED LATIN SMALL LETTER B <(c)> PARENTHESIZED LATIN SMALL LETTER C <(d)> PARENTHESIZED LATIN SMALL LETTER D <(e)> PARENTHESIZED LATIN SMALL LETTER E <(f)> PARENTHESIZED LATIN SMALL LETTER F <(g)> PARENTHESIZED LATIN SMALL LETTER G <(h)> PARENTHESIZED LATIN SMALL LETTER H <(i)> PARENTHESIZED LATIN SMALL LETTER I <(j)> PARENTHESIZED LATIN SMALL LETTER J <(k)> PARENTHESIZED LATIN SMALL LETTER K <(l)> PARENTHESIZED LATIN SMALL LETTER L <(m)> PARENTHESIZED LATIN SMALL LETTER M <(n)> PARENTHESIZED LATIN SMALL LETTER N <(o)> PARENTHESIZED LATIN SMALL LETTER O <(p)> PARENTHESIZED LATIN SMALL LETTER P <(q)> PARENTHESIZED LATIN SMALL LETTER Q <(r)> PARENTHESIZED LATIN SMALL LETTER R <(s)> PARENTHESIZED LATIN SMALL LETTER S <(t)> PARENTHESIZED LATIN SMALL LETTER T <(u)> PARENTHESIZED LATIN SMALL LETTER U <(v)> PARENTHESIZED LATIN SMALL LETTER V <(w)> PARENTHESIZED LATIN SMALL LETTER W <(x)> PARENTHESIZED LATIN SMALL LETTER X <(y)> PARENTHESIZED LATIN SMALL LETTER Y <(z)> PARENTHESIZED LATIN SMALL LETTER Z CIRCLED LATIN CAPITAL LETTER A CIRCLED LATIN CAPITAL LETTER B CIRCLED LATIN CAPITAL LETTER C CIRCLED LATIN CAPITAL LETTER D CIRCLED LATIN CAPITAL LETTER E CIRCLED LATIN CAPITAL LETTER F CIRCLED LATIN CAPITAL LETTER G CIRCLED LATIN CAPITAL LETTER H CIRCLED LATIN CAPITAL LETTER I CIRCLED LATIN CAPITAL LETTER J CIRCLED LATIN CAPITAL LETTER K CIRCLED LATIN CAPITAL LETTER L CIRCLED LATIN CAPITAL LETTER M CIRCLED LATIN CAPITAL LETTER N CIRCLED LATIN CAPITAL LETTER O CIRCLED LATIN CAPITAL LETTER P CIRCLED LATIN CAPITAL LETTER Q CIRCLED LATIN CAPITAL LETTER R CIRCLED LATIN CAPITAL LETTER S CIRCLED LATIN CAPITAL LETTER T CIRCLED LATIN CAPITAL LETTER U CIRCLED LATIN CAPITAL LETTER V CIRCLED LATIN CAPITAL LETTER W CIRCLED LATIN CAPITAL LETTER X CIRCLED LATIN CAPITAL LETTER Y CIRCLED LATIN CAPITAL LETTER Z CIRCLED LATIN SMALL LETTER A CIRCLED LATIN SMALL LETTER B CIRCLED LATIN SMALL LETTER C CIRCLED LATIN SMALL LETTER D CIRCLED LATIN SMALL LETTER E CIRCLED LATIN SMALL LETTER F CIRCLED LATIN SMALL LETTER G CIRCLED LATIN SMALL LETTER H CIRCLED LATIN SMALL LETTER I CIRCLED LATIN SMALL LETTER J CIRCLED LATIN SMALL LETTER K CIRCLED LATIN SMALL LETTER L CIRCLED LATIN SMALL LETTER M CIRCLED LATIN SMALL LETTER N CIRCLED LATIN SMALL LETTER O CIRCLED LATIN SMALL LETTER P CIRCLED LATIN SMALL LETTER Q CIRCLED LATIN SMALL LETTER R CIRCLED LATIN SMALL LETTER S CIRCLED LATIN SMALL LETTER T CIRCLED LATIN SMALL LETTER U CIRCLED LATIN SMALL LETTER V CIRCLED LATIN SMALL LETTER W CIRCLED LATIN SMALL LETTER X CIRCLED LATIN SMALL LETTER Y CIRCLED LATIN SMALL LETTER Z <0-o> CIRCLED DIGIT ZERO BOX DRAWINGS LIGHT HORIZONTAL BOX DRAWINGS HEAVY HORIZONTAL BOX DRAWINGS LIGHT VERTICAL BOX DRAWINGS HEAVY VERTICAL <3-> BOX DRAWINGS LIGHT TRIPLE DASH HORIZONTAL <3_> BOX DRAWINGS HEAVY TRIPLE DASH HORIZONTAL <3!> BOX DRAWINGS LIGHT TRIPLE DASH VERTICAL <3//> BOX DRAWINGS HEAVY TRIPLE DASH VERTICAL <4-> BOX DRAWINGS LIGHT QUADRUPLE DASH HORIZONTAL <4_> BOX DRAWINGS HEAVY QUADRUPLE DASH HORIZONTAL <4!> BOX DRAWINGS LIGHT QUADRUPLE DASH VERTICAL <4//> BOX DRAWINGS HEAVY QUADRUPLE DASH VERTICAL BOX DRAWINGS LIGHT DOWN AND RIGHT BOX DRAWINGS DOWN LIGHT AND RIGHT HEAVY BOX DRAWINGS DOWN HEAVY AND RIGHT LIGHT BOX DRAWINGS HEAVY DOWN AND RIGHT
    BOX DRAWINGS LIGHT DOWN AND LEFT BOX DRAWINGS DOWN LIGHT AND LEFT HEAVY BOX DRAWINGS DOWN HEAVY AND LEFT LIGHT BOX DRAWINGS HEAVY DOWN AND LEFT BOX DRAWINGS LIGHT UP AND RIGHT BOX DRAWINGS UP LIGHT AND RIGHT HEAVY BOX DRAWINGS UP HEAVY AND RIGHT LIGHT BOX DRAWINGS HEAVY UP AND RIGHT
  • DELETE (DEL) PADDING CHARACTER (PAD) HIGH OCTET PRESET (HOP) BREAK PERMITTED HERE (BPH) NO BREAK HERE (NBH) INDEX (IND) NEXT LINE (NEL) START OF SELECTED AREA (SSA) END OF SELECTED AREA (ESA) CHARACTER TABULATION SET (HTS) CHARACTER TABULATION WITH JUSTIFICATION (HTJ) LINE TABULATION SET (VTS) PARTIAL LINE FORWARD (PLD) PARTIAL LINE BACKWARD (PLU) REVERSE LINE FEED (RI) SINGLE-SHIFT TWO (SS2) SINGLE-SHIFT THREE (SS3) DEVICE CONTROL STRING (DCS) PRIVATE USE ONE (PU1) PRIVATE USE TWO (PU2) SET TRANSMIT STATE (STS) CANCEL CHARACTER (CCH) MESSAGE WAITING (MW) START OF GUARDED AREA (SPA) END OF GUARDED AREA (EPA) START OF STRING (SOS) SINGLE GRAPHIC CHARACTER INTRODUCER (SGCI) SINGLE CHARACTER INTRODUCER (SCI) CONTROL SEQUENCE INTRODUCER (CSI) STRING TERMINATOR (ST) OPERATING SYSTEM COMMAND (OSC) PRIVACY MESSAGE (PM) APPLICATION PROGRAM COMMAND (APC) SPACE EXCLAMATION MARK <"> QUOTATION MARK NUMBER SIGN DOLLAR SIGN <%> PERCENT SIGN <&> AMPERSAND <'> APOSTROPHE <(> LEFT PARENTHESIS <)> RIGHT PARENTHESIS <*> ASTERISK <+> PLUS SIGN <,> COMMA <-> HYPHEN-MINUS <.> FULL STOP SOLIDUS <0> DIGIT ZERO <1> DIGIT ONE <2> DIGIT TWO <3> DIGIT THREE <4> DIGIT FOUR <5> DIGIT FIVE <6> DIGIT SIX <7> DIGIT SEVEN <8> DIGIT EIGHT <9> DIGIT NINE <:> COLON <;> SEMICOLON <<> LESS-THAN SIGN <=> EQUALS SIGN > GREATER-THAN SIGN QUESTION MARK COMMERCIAL AT LATIN CAPITAL LETTER A LATIN CAPITAL LETTER B LATIN CAPITAL LETTER C LATIN CAPITAL LETTER D LATIN CAPITAL LETTER E LATIN CAPITAL LETTER F LATIN CAPITAL LETTER G LATIN CAPITAL LETTER H LATIN CAPITAL LETTER I LATIN CAPITAL LETTER J LATIN CAPITAL LETTER K LATIN CAPITAL LETTER L LATIN CAPITAL LETTER M LATIN CAPITAL LETTER N LATIN CAPITAL LETTER O

    LATIN SMALL LETTER P LATIN SMALL LETTER Q LATIN SMALL LETTER R LATIN SMALL LETTER S LATIN SMALL LETTER T LATIN SMALL LETTER U LATIN SMALL LETTER V LATIN SMALL LETTER W LATIN SMALL LETTER X LATIN SMALL LETTER Y LATIN SMALL LETTER Z <(!> LEFT CURLY BRACKET VERTICAL LINE RIGHT CURLY BRACKET <'?> TILDE NO-BREAK SPACE INVERTED EXCLAMATION MARK CENT SIGN POUND SIGN CURRENCY SIGN YEN SIGN BROKEN BAR SECTION SIGN <':> DIAERESIS COPYRIGHT SIGN <-a> FEMININE ORDINAL INDICATOR <<<> LEFT-POINTING DOUBLE ANGLE QUOTATION MARK NOT SIGN <--> SOFT HYPHEN REGISTERED SIGN <'m> MACRON DEGREE SIGN <+-> PLUS-MINUS SIGN <2S> SUPERSCRIPT TWO <3S> SUPERSCRIPT THREE <''> ACUTE ACCENT MICRO SIGN PILCROW SIGN <.M> MIDDLE DOT <',> CEDILLA <1S> SUPERSCRIPT ONE <-o> MASCULINE ORDINAL INDICATOR />> RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK <14> VULGAR FRACTION ONE QUARTER <12> VULGAR FRACTION ONE HALF <34> VULGAR FRACTION THREE QUARTERS INVERTED QUESTION MARK LATIN CAPITAL LETTER A WITH GRAVE LATIN CAPITAL LETTER A WITH ACUTE > LATIN CAPITAL LETTER A WITH CIRCUMFLEX LATIN CAPITAL LETTER A WITH TILDE LATIN CAPITAL LETTER A WITH DIAERESIS LATIN CAPITAL LETTER A WITH RING ABOVE LATIN CAPITAL LETTER AE (ash) LATIN CAPITAL LETTER C WITH CEDILLA LATIN CAPITAL LETTER E WITH GRAVE LATIN CAPITAL LETTER E WITH ACUTE > LATIN CAPITAL LETTER E WITH CIRCUMFLEX LATIN CAPITAL LETTER E WITH DIAERESIS LATIN CAPITAL LETTER I WITH GRAVE LATIN CAPITAL LETTER I WITH ACUTE > LATIN CAPITAL LETTER I WITH CIRCUMFLEX LATIN CAPITAL LETTER I WITH DIAERESIS LATIN CAPITAL LETTER ETH (Icelandic) LATIN CAPITAL LETTER N WITH TILDE LATIN CAPITAL LETTER O WITH GRAVE LATIN CAPITAL LETTER O WITH ACUTE > LATIN CAPITAL LETTER O WITH CIRCUMFLEX LATIN CAPITAL LETTER O WITH TILDE LATIN CAPITAL LETTER O WITH DIAERESIS <*X> MULTIPLICATION SIGN LATIN CAPITAL LETTER O WITH STROKE LATIN CAPITAL LETTER U WITH GRAVE LATIN CAPITAL LETTER U WITH ACUTE > LATIN CAPITAL LETTER U WITH CIRCUMFLEX LATIN CAPITAL LETTER U WITH DIAERESIS LATIN CAPITAL LETTER Y WITH ACUTE LATIN CAPITAL LETTER THORN (Icelandic) LATIN SMALL LETTER SHARP S (German) LATIN SMALL LETTER A WITH GRAVE LATIN SMALL LETTER A WITH ACUTE > LATIN SMALL LETTER A WITH CIRCUMFLEX LATIN SMALL LETTER A WITH TILDE LATIN SMALL LETTER A WITH DIAERESIS LATIN SMALL LETTER A WITH RING ABOVE LATIN SMALL LETTER AE (ash) LATIN SMALL LETTER C WITH CEDILLA LATIN SMALL LETTER E WITH GRAVE LATIN SMALL LETTER E WITH ACUTE > LATIN SMALL LETTER E WITH CIRCUMFLEX LATIN SMALL LETTER E WITH DIAERESIS LATIN SMALL LETTER I WITH GRAVE LATIN SMALL LETTER I WITH ACUTE > LATIN SMALL LETTER I WITH CIRCUMFLEX LATIN SMALL LETTER I WITH DIAERESIS LATIN SMALL LETTER ETH (Icelandic) LATIN SMALL LETTER N WITH TILDE LATIN SMALL LETTER O WITH GRAVE LATIN SMALL LETTER O WITH ACUTE > LATIN SMALL LETTER O WITH CIRCUMFLEX LATIN SMALL LETTER O WITH TILDE LATIN SMALL LETTER O WITH DIAERESIS <-:> DIVISION SIGN LATIN SMALL LETTER O WITH STROKE LATIN SMALL LETTER U WITH GRAVE LATIN SMALL LETTER U WITH ACUTE > LATIN SMALL LETTER U WITH CIRCUMFLEX LATIN SMALL LETTER U WITH DIAERESIS LATIN SMALL LETTER Y WITH ACUTE LATIN SMALL LETTER THORN (Icelandic) LATIN SMALL LETTER Y WITH DIAERESIS LATIN CAPITAL LETTER A WITH MACRON LATIN SMALL LETTER A WITH MACRON LATIN CAPITAL LETTER A WITH BREVE LATIN SMALL LETTER A WITH BREVE LATIN CAPITAL LETTER A WITH OGONEK LATIN SMALL LETTER A WITH OGONEK LATIN CAPITAL LETTER C WITH ACUTE LATIN SMALL LETTER C WITH ACUTE > LATIN CAPITAL LETTER C WITH CIRCUMFLEX > LATIN SMALL LETTER C WITH CIRCUMFLEX LATIN CAPITAL LETTER C WITH DOT ABOVE LATIN SMALL LETTER C WITH DOT ABOVE LATIN CAPITAL LETTER C WITH CARON LATIN SMALL LETTER C WITH CARON LATIN CAPITAL LETTER D WITH CARON LATIN SMALL LETTER D WITH CARON LATIN CAPITAL LETTER D WITH STROKE LATIN SMALL LETTER D WITH STROKE LATIN CAPITAL LETTER E WITH MACRON LATIN SMALL LETTER E WITH MACRON LATIN CAPITAL LETTER E WITH BREVE LATIN SMALL LETTER E WITH BREVE LATIN CAPITAL LETTER E WITH DOT ABOVE LATIN SMALL LETTER E WITH DOT ABOVE LATIN CAPITAL LETTER E WITH OGONEK LATIN SMALL LETTER E WITH OGONEK LATIN CAPITAL LETTER E WITH CARON LATIN SMALL LETTER E WITH CARON > LATIN CAPITAL LETTER G WITH CIRCUMFLEX > LATIN SMALL LETTER G WITH CIRCUMFLEX LATIN CAPITAL LETTER G WITH BREVE LATIN SMALL LETTER G WITH BREVE LATIN CAPITAL LETTER G WITH DOT ABOVE LATIN SMALL LETTER G WITH DOT ABOVE LATIN CAPITAL LETTER G WITH CEDILLA LATIN SMALL LETTER G WITH CEDILLA > LATIN CAPITAL LETTER H WITH CIRCUMFLEX > LATIN SMALL LETTER H WITH CIRCUMFLEX LATIN CAPITAL LETTER H WITH STROKE LATIN SMALL LETTER H WITH STROKE LATIN CAPITAL LETTER I WITH TILDE LATIN SMALL LETTER I WITH TILDE LATIN CAPITAL LETTER I WITH MACRON LATIN SMALL LETTER I WITH MACRON LATIN CAPITAL LETTER I WITH BREVE LATIN SMALL LETTER I WITH BREVE LATIN CAPITAL LETTER I WITH OGONEK LATIN SMALL LETTER I WITH OGONEK LATIN CAPITAL LETTER I WITH DOT ABOVE LATIN SMALL LETTER DOTLESS I LATIN CAPITAL LIGATURE IJ LATIN SMALL LIGATURE IJ > LATIN CAPITAL LETTER J WITH CIRCUMFLEX > LATIN SMALL LETTER J WITH CIRCUMFLEX LATIN CAPITAL LETTER K WITH CEDILLA LATIN SMALL LETTER K WITH CEDILLA LATIN SMALL LETTER KRA (Greenlandic) LATIN CAPITAL LETTER L WITH ACUTE LATIN SMALL LETTER L WITH ACUTE LATIN CAPITAL LETTER L WITH CEDILLA LATIN SMALL LETTER L WITH CEDILLA LATIN CAPITAL LETTER L WITH CARON LATIN SMALL LETTER L WITH CARON LATIN CAPITAL LETTER L WITH MIDDLE DOT LATIN SMALL LETTER L WITH MIDDLE DOT LATIN CAPITAL LETTER L WITH STROKE LATIN SMALL LETTER L WITH STROKE LATIN CAPITAL LETTER N WITH ACUTE LATIN SMALL LETTER N WITH ACUTE LATIN CAPITAL LETTER N WITH CEDILLA LATIN SMALL LETTER N WITH CEDILLA LATIN CAPITAL LETTER N WITH CARON LATIN SMALL LETTER N WITH CARON <'n> LATIN SMALL LETTER N PRECEDED BY APOSTROPHE LATIN CAPITAL LETTER ENG (Sami) LATIN SMALL LETTER ENG (Sami) LATIN CAPITAL LETTER O WITH MACRON LATIN SMALL LETTER O WITH MACRON LATIN CAPITAL LETTER O WITH BREVE LATIN SMALL LETTER O WITH BREVE LATIN CAPITAL LETTER O WITH DOUBLE ACUTE LATIN SMALL LETTER O WITH DOUBLE ACUTE LATIN CAPITAL LIGATURE OE LATIN SMALL LIGATURE OE LATIN CAPITAL LETTER R WITH ACUTE LATIN SMALL LETTER R WITH ACUTE LATIN CAPITAL LETTER R WITH CEDILLA LATIN SMALL LETTER R WITH CEDILLA LATIN CAPITAL LETTER R WITH CARON LATIN SMALL LETTER R WITH CARON LATIN CAPITAL LETTER S WITH ACUTE LATIN SMALL LETTER S WITH ACUTE > LATIN CAPITAL LETTER S WITH CIRCUMFLEX > LATIN SMALL LETTER S WITH CIRCUMFLEX LATIN CAPITAL LETTER S WITH CEDILLA LATIN SMALL LETTER S WITH CEDILLA LATIN CAPITAL LETTER S WITH CARON LATIN SMALL LETTER S WITH CARON LATIN CAPITAL LETTER T WITH CEDILLA LATIN SMALL LETTER T WITH CEDILLA LATIN CAPITAL LETTER T WITH CARON LATIN SMALL LETTER T WITH CARON LATIN CAPITAL LETTER T WITH STROKE LATIN SMALL LETTER T WITH STROKE LATIN CAPITAL LETTER U WITH TILDE LATIN SMALL LETTER U WITH TILDE LATIN CAPITAL LETTER U WITH MACRON LATIN SMALL LETTER U WITH MACRON LATIN CAPITAL LETTER U WITH BREVE LATIN SMALL LETTER U WITH BREVE LATIN CAPITAL LETTER U WITH RING ABOVE LATIN SMALL LETTER U WITH RING ABOVE LATIN CAPITAL LETTER U WITH DOUBLE ACUTE LATIN SMALL LETTER U WITH DOUBLE ACUTE LATIN CAPITAL LETTER U WITH OGONEK LATIN SMALL LETTER U WITH OGONEK > LATIN CAPITAL LETTER W WITH CIRCUMFLEX > LATIN SMALL LETTER W WITH CIRCUMFLEX > LATIN CAPITAL LETTER Y WITH CIRCUMFLEX > LATIN SMALL LETTER Y WITH CIRCUMFLEX LATIN CAPITAL LETTER Y WITH DIAERESIS LATIN CAPITAL LETTER Z WITH ACUTE LATIN SMALL LETTER Z WITH ACUTE LATIN CAPITAL LETTER Z WITH DOT ABOVE LATIN SMALL LETTER Z WITH DOT ABOVE LATIN CAPITAL LETTER Z WITH CARON LATIN SMALL LETTER Z WITH CARON LATIN SMALL LETTER LONG S LATIN SMALL LETTER B WITH STROKE LATIN CAPITAL LETTER B WITH HOOK LATIN CAPITAL LETTER C WITH HOOK LATIN SMALL LETTER C WITH HOOK LATIN CAPITAL LETTER F WITH HOOK LATIN SMALL LETTER F WITH HOOK LATIN CAPITAL LETTER K WITH HOOK LATIN SMALL LETTER K WITH HOOK LATIN CAPITAL LETTER O WITH HORN LATIN SMALL LETTER O WITH HORN LATIN CAPITAL LETTER OI LATIN SMALL LETTER OI LATIN LETTER YR LATIN CAPITAL LETTER U WITH HORN LATIN SMALL LETTER U WITH HORN LATIN CAPITAL LETTER Z WITH STROKE LATIN SMALL LETTER Z WITH STROKE LATIN CAPITAL LETTER EZH LATIN CAPITAL LETTER DZ WITH CARON LATIN CAPITAL LETTER D WITH SMALL LETTER Z WITH CARON LATIN SMALL LETTER DZ WITH CARON LATIN CAPITAL LETTER LJ LATIN CAPITAL LETTER L WITH SMALL LETTER J LATIN SMALL LETTER LJ LATIN CAPITAL LETTER NJ LATIN CAPITAL LETTER N WITH SMALL LETTER J LATIN SMALL LETTER NJ LATIN CAPITAL LETTER A WITH CARON LATIN SMALL LETTER A WITH CARON LATIN CAPITAL LETTER I WITH CARON LATIN SMALL LETTER I WITH CARON LATIN CAPITAL LETTER O WITH CARON LATIN SMALL LETTER O WITH CARON LATIN CAPITAL LETTER U WITH CARON LATIN SMALL LETTER U WITH CARON LATIN CAPITAL LETTER U WITH DIAERESIS AND MACRON LATIN SMALL LETTER U WITH DIAERESIS AND MACRON LATIN CAPITAL LETTER U WITH DIAERESIS AND ACUTE LATIN SMALL LETTER U WITH DIAERESIS AND ACUTE LATIN CAPITAL LETTER U WITH DIAERESIS AND CARON LATIN SMALL LETTER U WITH DIAERESIS AND CARON LATIN CAPITAL LETTER U WITH DIAERESIS AND GRAVE LATIN SMALL LETTER U WITH DIAERESIS AND GRAVE LATIN SMALL LETTER TURNED E LATIN CAPITAL LETTER A WITH DIAERESIS AND MACRON LATIN SMALL LETTER A WITH DIAERESIS AND MACRON LATIN CAPITAL LETTER A WITH DOT ABOVE AND MACRON LATIN SMALL LETTER A WITH DOT ABOVE AND MACRON LATIN CAPITAL LETTER AE WITH MACRON (ash) LATIN SMALL LETTER AE WITH MACRON (ash) LATIN CAPITAL LETTER G WITH STROKE LATIN SMALL LETTER G WITH STROKE LATIN CAPITAL LETTER G WITH CARON LATIN SMALL LETTER G WITH CARON LATIN CAPITAL LETTER K WITH CARON LATIN SMALL LETTER K WITH CARON LATIN CAPITAL LETTER O WITH OGONEK LATIN SMALL LETTER O WITH OGONEK LATIN CAPITAL LETTER O WITH OGONEK AND MACRON LATIN SMALL LETTER O WITH OGONEK AND MACRON LATIN CAPITAL LETTER EZH WITH CARON LATIN SMALL LETTER EZH WITH CARON LATIN SMALL LETTER J WITH CARON LATIN CAPITAL LETTER DZ LATIN CAPITAL LETTER D WITH SMALL LETTER Z LATIN SMALL LETTER DZ LATIN CAPITAL LETTER G WITH ACUTE LATIN SMALL LETTER G WITH ACUTE LATIN CAPITAL LETTER A WITH RING ABOVE AND ACUTE LATIN SMALL LETTER A WITH RING ABOVE AND ACUTE LATIN CAPITAL LETTER AE WITH ACUTE (ash) LATIN SMALL LETTER AE WITH ACUTE (ash) LATIN CAPITAL LETTER O WITH STROKE AND ACUTE LATIN SMALL LETTER O WITH STROKE AND ACUTE LATIN CAPITAL LETTER A WITH DOUBLE GRAVE LATIN SMALL LETTER A WITH DOUBLE GRAVE LATIN CAPITAL LETTER A WITH INVERTED BREVE LATIN SMALL LETTER A WITH INVERTED BREVE LATIN CAPITAL LETTER E WITH DOUBLE GRAVE LATIN SMALL LETTER E WITH DOUBLE GRAVE LATIN CAPITAL LETTER E WITH INVERTED BREVE LATIN SMALL LETTER E WITH INVERTED BREVE LATIN CAPITAL LETTER I WITH DOUBLE GRAVE LATIN SMALL LETTER I WITH DOUBLE GRAVE LATIN CAPITAL LETTER I WITH INVERTED BREVE LATIN SMALL LETTER I WITH INVERTED BREVE LATIN CAPITAL LETTER O WITH DOUBLE GRAVE LATIN SMALL LETTER O WITH DOUBLE GRAVE LATIN CAPITAL LETTER O WITH INVERTED BREVE LATIN SMALL LETTER O WITH INVERTED BREVE LATIN CAPITAL LETTER R WITH DOUBLE GRAVE LATIN SMALL LETTER R WITH DOUBLE GRAVE LATIN CAPITAL LETTER R WITH INVERTED BREVE LATIN SMALL LETTER R WITH INVERTED BREVE LATIN CAPITAL LETTER U WITH DOUBLE GRAVE LATIN SMALL LETTER U WITH DOUBLE GRAVE LATIN CAPITAL LETTER U WITH INVERTED BREVE LATIN SMALL LETTER U WITH INVERTED BREVE LATIN SMALL LETTER R WITH LONG LEG LATIN SMALL LETTER EZH <;S> MODIFIER LETTER TURNED COMMA <1/>> MODIFIER LETTER CIRCUMFLEX ACCENT <'<> CARON (Mandarin Chinese third tone) <1-> MODIFIER LETTER MACRON (Mandarin Chinese first tone) <1!> MODIFIER LETTER GRAVE ACCENT (Mandarin Chinese fourth tone) <'(> BREVE <'.> DOT ABOVE (Mandarin Chinese light tone) <'0> RING ABOVE <';> OGONEK <1?> SMALL TILDE <'"> DOUBLE ACUTE ACCENT <'G> GREEK NUMERAL SIGN (Dexia keraia) <,G> GREEK LOWER NUMERAL SIGN (Aristeri keraia) GREEK YPOGEGRAMMENI GREEK QUESTION MARK (Erotimatiko) <'*> GREEK TONOS <'%> GREEK DIALYTIKA TONOS GREEK CAPITAL LETTER ALPHA WITH TONOS <.*> GREEK ANO TELEIA GREEK CAPITAL LETTER EPSILON WITH TONOS GREEK CAPITAL LETTER ETA WITH TONOS GREEK CAPITAL LETTER IOTA WITH TONOS GREEK CAPITAL LETTER OMICRON WITH TONOS GREEK CAPITAL LETTER UPSILON WITH TONOS GREEK CAPITAL LETTER OMEGA WITH TONOS GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS GREEK CAPITAL LETTER ALPHA GREEK CAPITAL LETTER BETA GREEK CAPITAL LETTER GAMMA GREEK CAPITAL LETTER DELTA GREEK CAPITAL LETTER EPSILON GREEK CAPITAL LETTER ZETA GREEK CAPITAL LETTER ETA GREEK CAPITAL LETTER THETA GREEK CAPITAL LETTER IOTA GREEK CAPITAL LETTER KAPPA GREEK CAPITAL LETTER LAMDA GREEK CAPITAL LETTER MU GREEK CAPITAL LETTER NU GREEK CAPITAL LETTER XI GREEK CAPITAL LETTER OMICRON GREEK CAPITAL LETTER PI GREEK CAPITAL LETTER RHO GREEK CAPITAL LETTER SIGMA GREEK CAPITAL LETTER TAU GREEK CAPITAL LETTER UPSILON GREEK CAPITAL LETTER PHI GREEK CAPITAL LETTER CHI GREEK CAPITAL LETTER PSI GREEK CAPITAL LETTER OMEGA GREEK CAPITAL LETTER IOTA WITH DIALYTIKA GREEK CAPITAL LETTER UPSILON WITH DIALYTIKA GREEK SMALL LETTER ALPHA WITH TONOS GREEK SMALL LETTER EPSILON WITH TONOS GREEK SMALL LETTER ETA WITH TONOS GREEK SMALL LETTER IOTA WITH TONOS GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS GREEK SMALL LETTER ALPHA GREEK SMALL LETTER BETA GREEK SMALL LETTER GAMMA GREEK SMALL LETTER DELTA GREEK SMALL LETTER EPSILON GREEK SMALL LETTER ZETA GREEK SMALL LETTER ETA GREEK SMALL LETTER THETA GREEK SMALL LETTER IOTA GREEK SMALL LETTER KAPPA GREEK SMALL LETTER LAMDA GREEK SMALL LETTER MU GREEK SMALL LETTER NU GREEK SMALL LETTER XI GREEK SMALL LETTER OMICRON GREEK SMALL LETTER PI GREEK SMALL LETTER RHO <*s> GREEK SMALL LETTER FINAL SIGMA GREEK SMALL LETTER SIGMA GREEK SMALL LETTER TAU GREEK SMALL LETTER UPSILON GREEK SMALL LETTER PHI GREEK SMALL LETTER CHI GREEK SMALL LETTER PSI GREEK SMALL LETTER OMEGA GREEK SMALL LETTER IOTA WITH DIALYTIKA GREEK SMALL LETTER UPSILON WITH DIALYTIKA GREEK SMALL LETTER OMICRON WITH TONOS GREEK SMALL LETTER UPSILON WITH TONOS GREEK SMALL LETTER OMEGA WITH TONOS GREEK BETA SYMBOL GREEK LETTER STIGMA GREEK LETTER DIGAMMA GREEK LETTER KOPPA GREEK LETTER SAMPI CYRILLIC CAPITAL LETTER IO CYRILLIC CAPITAL LETTER DJE (Serbocroatian) CYRILLIC CAPITAL LETTER GJE CYRILLIC CAPITAL LETTER UKRAINIAN IE CYRILLIC CAPITAL LETTER DZE CYRILLIC CAPITAL LETTER BYELORUSSIAN-UKRAINIAN I CYRILLIC CAPITAL LETTER YI (Ukrainian) CYRILLIC CAPITAL LETTER JE CYRILLIC CAPITAL LETTER LJE CYRILLIC CAPITAL LETTER NJE CYRILLIC CAPITAL LETTER TSHE (Serbocroatian) CYRILLIC CAPITAL LETTER KJE CYRILLIC CAPITAL LETTER SHORT U (Byelorussian) CYRILLIC CAPITAL LETTER DZHE CYRILLIC CAPITAL LETTER A CYRILLIC CAPITAL LETTER BE CYRILLIC CAPITAL LETTER VE CYRILLIC CAPITAL LETTER GHE CYRILLIC CAPITAL LETTER DE CYRILLIC CAPITAL LETTER IE CYRILLIC CAPITAL LETTER ZHE CYRILLIC CAPITAL LETTER ZE CYRILLIC CAPITAL LETTER I CYRILLIC CAPITAL LETTER SHORT I CYRILLIC CAPITAL LETTER KA CYRILLIC CAPITAL LETTER EL CYRILLIC CAPITAL LETTER EM CYRILLIC CAPITAL LETTER EN CYRILLIC CAPITAL LETTER O CYRILLIC CAPITAL LETTER PE CYRILLIC CAPITAL LETTER ER CYRILLIC CAPITAL LETTER ES CYRILLIC CAPITAL LETTER TE CYRILLIC CAPITAL LETTER U CYRILLIC CAPITAL LETTER EF CYRILLIC CAPITAL LETTER HA CYRILLIC CAPITAL LETTER TSE CYRILLIC CAPITAL LETTER CHE CYRILLIC CAPITAL LETTER SHA CYRILLIC CAPITAL LETTER SHCHA <="> CYRILLIC CAPITAL LETTER HARD SIGN CYRILLIC CAPITAL LETTER YERU <%"> CYRILLIC CAPITAL LETTER SOFT SIGN CYRILLIC CAPITAL LETTER E CYRILLIC CAPITAL LETTER YU CYRILLIC CAPITAL LETTER YA CYRILLIC SMALL LETTER A CYRILLIC SMALL LETTER BE CYRILLIC SMALL LETTER VE CYRILLIC SMALL LETTER GHE CYRILLIC SMALL LETTER DE CYRILLIC SMALL LETTER IE CYRILLIC SMALL LETTER ZHE CYRILLIC SMALL LETTER ZE CYRILLIC SMALL LETTER I CYRILLIC SMALL LETTER SHORT I CYRILLIC SMALL LETTER KA CYRILLIC SMALL LETTER EL CYRILLIC SMALL LETTER EM CYRILLIC SMALL LETTER EN CYRILLIC SMALL LETTER O CYRILLIC SMALL LETTER PE CYRILLIC SMALL LETTER ER CYRILLIC SMALL LETTER ES CYRILLIC SMALL LETTER TE CYRILLIC SMALL LETTER U CYRILLIC SMALL LETTER EF CYRILLIC SMALL LETTER HA CYRILLIC SMALL LETTER TSE CYRILLIC SMALL LETTER CHE CYRILLIC SMALL LETTER SHA CYRILLIC SMALL LETTER SHCHA <='> CYRILLIC SMALL LETTER HARD SIGN CYRILLIC SMALL LETTER YERU <%'> CYRILLIC SMALL LETTER SOFT SIGN CYRILLIC SMALL LETTER E CYRILLIC SMALL LETTER YU CYRILLIC SMALL LETTER YA CYRILLIC SMALL LETTER IO CYRILLIC SMALL LETTER DJE (Serbocroatian) CYRILLIC SMALL LETTER GJE CYRILLIC SMALL LETTER UKRAINIAN IE CYRILLIC SMALL LETTER DZE CYRILLIC SMALL LETTER BYELORUSSIAN-UKRAINIAN I CYRILLIC SMALL LETTER YI (Ukrainian) CYRILLIC SMALL LETTER JE CYRILLIC SMALL LETTER LJE CYRILLIC SMALL LETTER NJE CYRILLIC SMALL LETTER TSHE (Serbocroatian) CYRILLIC SMALL LETTER KJE CYRILLIC SMALL LETTER SHORT U (Byelorussian) CYRILLIC SMALL LETTER DZHE CYRILLIC CAPITAL LETTER YAT CYRILLIC SMALL LETTER YAT CYRILLIC CAPITAL LETTER BIG YUS CYRILLIC SMALL LETTER BIG YUS CYRILLIC CAPITAL LETTER FITA CYRILLIC SMALL LETTER FITA CYRILLIC CAPITAL LETTER IZHITSA CYRILLIC SMALL LETTER IZHITSA CYRILLIC CAPITAL LETTER KOPPA CYRILLIC SMALL LETTER KOPPA CYRILLIC CAPITAL LETTER GHE WITH UPTURN CYRILLIC SMALL LETTER GHE WITH UPTURN HEBREW LETTER ALEF HEBREW LETTER BET HEBREW LETTER GIMEL HEBREW LETTER DALET HEBREW LETTER HE HEBREW LETTER VAV HEBREW LETTER ZAYIN HEBREW LETTER HET HEBREW LETTER TET HEBREW LETTER YOD HEBREW LETTER FINAL KAF HEBREW LETTER KAF HEBREW LETTER LAMED HEBREW LETTER FINAL MEM HEBREW LETTER MEM HEBREW LETTER FINAL NUN HEBREW LETTER NUN HEBREW LETTER SAMEKH HEBREW LETTER AYIN HEBREW LETTER FINAL PE HEBREW LETTER PE HEBREW LETTER FINAL TSADI HEBREW LETTER TSADI HEBREW LETTER QOF HEBREW LETTER RESH HEBREW LETTER SHIN HEBREW LETTER TAV <,+> ARABIC COMMA <;+> ARABIC SEMICOLON ARABIC QUESTION MARK ARABIC LETTER HAMZA ARABIC LETTER ALEF WITH MADDA ABOVE ARABIC LETTER ALEF WITH HAMZA ABOVE ARABIC LETTER WAW WITH HAMZA ABOVE ARABIC LETTER ALEF WITH HAMZA BELOW ARABIC LETTER YEH WITH HAMZA ABOVE ARABIC LETTER ALEF ARABIC LETTER BEH ARABIC LETTER TEH MARBUTA ARABIC LETTER TEH ARABIC LETTER THEH ARABIC LETTER JEEM ARABIC LETTER HAH ARABIC LETTER KHAH ARABIC LETTER DAL ARABIC LETTER THAL ARABIC LETTER REH ARABIC LETTER ZAIN ARABIC LETTER SEEN ARABIC LETTER SHEEN ARABIC LETTER SAD

    LATIN CAPITAL LETTER P LATIN CAPITAL LETTER Q LATIN CAPITAL LETTER R LATIN CAPITAL LETTER S LATIN CAPITAL LETTER T LATIN CAPITAL LETTER U LATIN CAPITAL LETTER V LATIN CAPITAL LETTER W LATIN CAPITAL LETTER X LATIN CAPITAL LETTER Y LATIN CAPITAL LETTER Z <<(> LEFT SQUARE BRACKET REVERSE SOLIDUS <)/>> RIGHT SQUARE BRACKET <'/>> CIRCUMFLEX ACCENT <_> LOW LINE <'!> GRAVE ACCENT LATIN SMALL LETTER A LATIN SMALL LETTER B LATIN SMALL LETTER C LATIN SMALL LETTER D LATIN SMALL LETTER E LATIN SMALL LETTER F LATIN SMALL LETTER G LATIN SMALL LETTER H LATIN SMALL LETTER I LATIN SMALL LETTER J LATIN SMALL LETTER K LATIN SMALL LETTER L LATIN SMALL LETTER M LATIN SMALL LETTER N LATIN SMALL LETTER O