Share via


Normalizer2.NFKCSimpleCasefoldInstance Property

Definition

Returns a Normalizer2 instance for a variant of Unicode toNFKC_Casefold() normalization which is equivalent to applying the NFKC_Simple_Casefold mappings and then NFC.

public static Android.Icu.Text.Normalizer2? NFKCSimpleCasefoldInstance { [Android.Runtime.Register("getNFKCSimpleCasefoldInstance", "()Landroid/icu/text/Normalizer2;", "", ApiSince=36)] get; }
[<get: Android.Runtime.Register("getNFKCSimpleCasefoldInstance", "()Landroid/icu/text/Normalizer2;", "", ApiSince=36)>]
static member NFKCSimpleCasefoldInstance : Android.Icu.Text.Normalizer2

Property Value

the requested Normalizer2, if successful

Attributes

Remarks

Returns a Normalizer2 instance for a variant of Unicode toNFKC_Casefold() normalization which is equivalent to applying the NFKC_Simple_Casefold mappings and then NFC. See https://www.unicode.org/reports/tr44/#NFKC_Simple_Casefold

Same as getInstance(null, "nfkc_scf", Mode.COMPOSE). Returns an unmodifiable singleton instance.

Java documentation for android.icu.text.Normalizer2.getNFKCSimpleCasefoldInstance().

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.

Applies to