method NFKD
| 1 | class Str |
| 1.1 | (Str) method NFKD |
| 2 | class Uni |
| 2.1 | (Uni) method NFKD |
Documentation for method NFKD assembled from the following types:
class Str
From Str
(Str) method NFKD
method NFKD(Str: --> NFKD)
Returns a codepoint string in NFKD format (Unicode Normalization Form KD / Compatibility Decomposed).
class Uni
From Uni
(Uni) method NFKD
method NFKD(Uni: --> NFKD)
Returns a NFKD (Normal Form Compatibility Decomposed)-converted version of the invocant.