method NFD
| 1 | class Str |
| 1.1 | (Str) method NFD |
| 2 | class Uni |
| 2.1 | (Uni) 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.