NSStringTransformLatinToKatakana
A constant containing the transliteration of a string from Latin script to Katakana script.
Latin書体からKatakana書体へのある文字列の翻字を含んでいる定数。
NSStringTransformLatinToHiragana
A constant containing the transliteration of a string from Latin script to Hiragana script.
Latin書体からHiragana書体へのある文字列の翻字を含んでいる定数。
NSStringTransformLatinToHangul
A constant containing the transliteration of a string from Latin script to Hangul script.
Latin書体からHangul書体へのある文字列の翻字を含んでいる定数。
NSStringTransformLatinToArabic
A constant containing the transliteration of a string from Latin script to Arabic script.
Latin書体からArabic書体へのある文字列の翻字を含んでいる定数。
NSStringTransformLatinToHebrew
A constant containing the transliteration of a string from Latin script to Hebrew script.
Latin書体からHebrew書体へのある文字列の翻字を含んでいる定数。
NSStringTransformLatinToThai
A constant containing the transliteration of a string from Latin script to Thai script.
Latin書体からThai書体へのある文字列の翻字を含んでいる定数。
NSStringTransformLatinToCyrillic
A constant containing the transliteration of a string from Latin script to Cyrillic script.
Latin書体からCyrillic書体へのある文字列の翻字を含んでいる定数。
NSStringTransformToLatin
A constant containing the transliteration of a string from any script to Latin script.
何らかの書体からLatin書体へのある文字列の翻字を含んでいる定数。
NSStringTransformMandarinToLatin
A constant containing the transliteration of a string from Han script to Latin.
Han書体からLatinへのある文字列の翻字を含んでいる定数。
NSStringTransformHiraganaToKatakana
A constant containing the transliteration of a string from Hiragana script to Katakana script.
Hiragana書体からKatakana書体へのある文字列の翻字を含んでいる定数。
NSStringTransformFullwidthToHalfwidth
A constant containing the transformation of a string from full-width CJK characters to half-width forms.
全角CJK文字から半角形式へのある文字列の翻字を含んでいる定数。
NSStringTransformToXMLHex
A constant containing the transformation of a string from characters to XML hexadecimal escape codes.
文字からXML16進法エスケープコードへのある文字列の翻字を含んでいる定数。
NSStringTransformToUnicodeName
An identifier for a transform that converts characters to Unicode names.
文字をユニコード名へ転換するある変換に対する識別子。
NSStringTransformStripCombiningMarks
A constant containing the transformation of a string by removing combining marks.
結合記号を取り除くことによるある文字列の変換を含んでいる定数。
NSStringTransformStripDiacritics
A constant containing the transformation of a string by removing diacritics.
区別的発音符を取り除くことによるある文字列の変換を含んでいる定数。