decomposedStringWithCanonicalMapping
A string made by normalizing the string’s contents using the Unicode Normalization Form D.
文字列のもつ内容をユニコード正規化形式Dを使って正規化することによって作られる文字列。
decomposedStringWithCompatibilityMapping
A string made by normalizing the receiver’s contents using the Unicode Normalization Form KD.
レシーバのもつ内容をユニコード正規化形式KDを使って正規化することによって作られる文字列。
precomposedStringWithCompatibilityMapping
A string made by normalizing the receiver’s contents using the Unicode Normalization Form KC.
レシーバのもつ内容をユニコード正規化形式KCを使って正規化することによって作られる文字列。