Map Development Area (MDA)
Location:
_/_
misc
_/_
encoding
_/_
character
| character |
|
|
|
-
Comment:
-
not encode the language of the text -- not define fonts
-
Comment:
-
atomic unit of text as specified in ISO/IEC 10646 -- has individual meaning within a character set
-
Comment:
-
every character has a 'code point' (0x0041, 0x03B1) -- and mostly a 'name' (LATIN CAPITAL LETTER A, GREEK SMALL LETTER ALPHA)
-
Comment:
-
properties: uppercase/lowercase, decimal, punctuation, ...
-
Comment:
-
abstract concept: no association to a font, to a glyph or to formatting (how to visualize it) -- language-neutral and display-neutral
|
|
|