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.
Decomposition mode value.
[Android.Runtime.Register("CANONICAL_DECOMPOSITION")]
public const int CanonicalDecomposition = 1;
[<Android.Runtime.Register("CANONICAL_DECOMPOSITION")>]
val mutable CanonicalDecomposition : int
Decomposition mode value. With CANONICAL_DECOMPOSITION set, characters that are canonical variants according to Unicode standard will be decomposed for collation. This should be used to get correct collation of accented characters.