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を使って正規化することによって作られる文字列。
precomposedStringWithCanonicalMapping
A string made by normalizing the string’s contents using the Unicode Normalization Form C.
文字列のもつ内容をユニコード正規化形式Cを使って正規化することによって作られる文字列。