- unicode_nfd(+In, -Out) is det
- Characters in In are decomposed by canonical equivalence (NFD).
Precomposed characters expand into base + combining marks. For
example U+00C5 (LATIN CAPITAL LETTER A WITH RING ABOVE) becomes
the two-code sequence A + U+030A.
- See also
- - http://www.unicode.org/reports/tr15/