nonprecomposed
Nonprecomposed is a term used in typography and Unicode to describe a character that is not stored as a single precomposed code point. Instead, such characters are represented as a base letter plus one or more combining diacritical marks. In contrast, a precomposed (composed) character has a single code point that encodes both the base letter and its diacritic. Nonprecomposed sequences arise when no single code point exists for a given combination, or when text is created by input methods that separate the base and the diacritic.
Unicode and its normalization forms address these representations. Normalization forms such as NFC (Normalization Form C)
Practical implications include text processing, searching, and rendering. When comparing strings, normalization helps ensure that a
Example: the character É can be represented as the single code point U+00C9 (precomposed) or as E