method NFD
Documentation for method NFD
assembled from the following types:
class Str
From Str
(Str) method NFD
method NFD(Str: --> NFD)
Returns a codepoint string in NFD format (Unicode Normalization Form D / Decomposed).
class Uni
From Uni
(Uni) method NFD
method NFD(Uni: --> NFD)
Returns a NFD (Normal Form Decomposed)-converted version of the invocant.