method NFD

Documentation for method NFD assembled from the following types:

class Str

From Str

(Str) method NFD

method NFD(Str:D: --> NFD:D)

Returns a codepoint string in NFD format (Unicode Normalization Form D / Decomposed).

class Uni

From Uni

(Uni) method NFD

method NFD(Uni:D: --> NFD:D)

Returns a NFD (Normal Form Decomposed)-converted version of the invocant.