logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   misc   _/_   encoding   _/_   character  

Index Browse Edit Visualize Statistics Download Help
 
character
is-subclass-of
- symbol [ superclass ]
is-element-of
- Character Set [ set ]
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