static let latinToKatakana : StringTransform
A constant containing the transliteration of a string from Latin script to Katakana script.
Latin書体からKatakana書体へのある文字列の翻字を含んでいる定数。
static let latinToHiragana : StringTransform
A constant containing the transliteration of a string from Latin script to Hiragana script.
Latin書体からHiragana書体へのある文字列の翻字を含んでいる定数。
static let latinToHangul : StringTransform
A constant containing the transliteration of a string from Latin script to Hangul script.
Latin書体からHangul書体へのある文字列の翻字を含んでいる定数。
static let latinToArabic : StringTransform
A constant containing the transliteration of a string from Latin script to Arabic script.
Latin書体からArabic書体へのある文字列の翻字を含んでいる定数。
static let latinToHebrew : StringTransform
A constant containing the transliteration of a string from Latin script to Hebrew script.
Latin書体からHebrew書体へのある文字列の翻字を含んでいる定数。
static let latinToThai : StringTransform
A constant containing the transliteration of a string from Latin script to Thai script.
Latin書体からThai書体へのある文字列の翻字を含んでいる定数。
static let latinToCyrillic : StringTransform
A constant containing the transliteration of a string from Latin script to Cyrillic script.
Latin書体からCyrillic書体へのある文字列の翻字を含んでいる定数。
static let toLatin : StringTransform
A constant containing the transliteration of a string from any script to Latin script.
何らかの書体からLatin書体へのある文字列の翻字を含んでいる定数。
static let mandarinToLatin : StringTransform
A constant containing the transliteration of a string from Han script to Latin.
Han書体からLatinへのある文字列の翻字を含んでいる定数。
static let hiraganaToKatakana : StringTransform
A constant containing the transliteration of a string from Hiragana script to Katakana script.
Hiragana書体からKatakana書体へのある文字列の翻字を含んでいる定数。
static let fullwidthToHalfwidth : StringTransform
A constant containing the transformation of a string from full-width CJK characters to half-width forms.
全角CJK文字から半角形式へのある文字列の翻字を含んでいる定数。
static let toXMLHex : StringTransform
A constant containing the transformation of a string from characters to XML hexadecimal escape codes.
文字からXML16進法エスケープコードへのある文字列の翻字を含んでいる定数。
static let toUnicodeName : StringTransform
An identifier for a transform that converts characters to Unicode names.
文字をユニコード名へ転換するある変換に対する識別子。
static let stripCombiningMarks : StringTransform
A constant containing the transformation of a string by removing combining marks.
結合記号を取り除くことによるある文字列の変換を含んでいる定数。
static let stripDiacritics : StringTransform
A constant containing the transformation of a string by removing diacritics.
区別的発音符を取り除くことによるある文字列の変換を含んでいる定数。