CaseMap.Fold.Turkic Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an instance that behaves like this one but handles dotted I and dotless i appropriately for Turkic languages (tr, az).
[Android.Runtime.Register("turkic", "()Landroid/icu/text/CaseMap$Fold;", "", ApiSince=29)]
public Android.Icu.Text.CaseMap.Fold? Turkic();
[<Android.Runtime.Register("turkic", "()Landroid/icu/text/CaseMap$Fold;", "", ApiSince=29)>]
member this.Turkic : unit -> Android.Icu.Text.CaseMap.Fold
Returns
an options object with this option.
- Attributes
Remarks
Returns an instance that behaves like this one but handles dotted I and dotless i appropriately for Turkic languages (tr, az). Uses the Unicode CaseFolding.txt mappings marked with 'T' that are to be excluded for default mappings and included for the Turkic-specific mappings.
Android reference for android.icu.text.CaseMap.Fold.turkic.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.