NormalizerCompareOptions Enum
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.
public enum NormalizerCompareOptions
type NormalizerCompareOptions =
- Inheritance
-
NormalizerCompareOptions
Fields
| Name | Value | Description |
|---|---|---|
| FoldCaseDefault | 0 | Option bit for compare: Case sensitively compare the strings Android reference for 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. |
| FoldCaseExcludeSpecialI | 1 | Option value for case folding: Use the modified set of mappings provided in CaseFolding.txt to handle dotted I and dotless i appropriately for Turkic languages (tr, az). Android reference for 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. |
| CompareCodePointOrder | 32768 | Option bit for compare: Compare strings in code point order instead of code unit order. Android reference for 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. |
| CompareIgnoreCase | 65536 | Option bit for compare: Perform case-insensitive comparison. Android reference for 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. |
| InputIsFcd | 131072 | Option bit for compare: Both input strings are assumed to fulfill FCD conditions. Android reference for 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. |
Remarks
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.