Duplicate characters in Unicode: Difference between revisions

Content deleted Content added
m Fixed grammar in lede
Tags: Mobile edit Mobile app edit iOS app edit
m Roman numerals: {{char}} for spell-checking purposes and more consistent typography
Line 38:
 
===Roman numerals===
Unicode has a number of characters specifically designated as [[Roman numerals]], as part of the ''Number Forms'' range from U+2160 to U+2183. For example, Roman 1988 ({{char|MCMLXXXVIII}}) could alternatively be written as {{char|ⅯⅭⅯⅬⅩⅩⅩⅧ}}. This range includes both upper- and lowercase numerals, as well as pre-combined glyphs for numbers up to 12 ({{char|}} for {{char|XII}}), mainly intended for clock faces.
 
The pre-combined glyphs should only be used to represent the individual numbers where the use of individual glyphs is not wanted, and not to replace compounded numbers. For example, one can combine {{char|}} with {{char|}} to mean Roman numeral eleven ({{char|ⅩⅠ}}), so U+216A ({{char|}}) is canonically equivalent to {{char|ⅩⅠ}}. Such characters are also referred to as composite compatibility characters or decomposable compatibility characters. Such characters would not normally have been included within the Unicode standard except for compatibility with other existing encodings (see [[Unicode compatibility characters]]). The goal was to accommodate simple translation from existing encodings into Unicode. This makes translations in the opposite direction complicated because multiple Unicode characters may map to a single character in another encoding. Without the compatibility concerns the only characters necessary would be: {{char|Ⅰ, Ⅴ, Ⅹ, Ⅼ, Ⅽ, Ⅾ, Ⅿ, ⅰ, ⅴ, ⅹ, ⅼ, ⅽ, ⅾ, ⅿ, ↀ, ↁ, ↂ, ↇ, ↈ, and Ↄ}}; all other Roman numerals can be composed from these.
 
==See also==