FuzzyLookupTransformExtendedComparisonOptions Enumeration
The FuzzyLookupTransformExtendedComparisonOptions enumeration provides options for advanced string mapping transformations. This is a flags enumeration so that multiple options can be simultaneously selected.
Enumeration Values
Name | Summary |
---|---|
NoMapping | Specifies that no mapping transformation will be applied. |
MapExpandLigatures | Specifies that all ligature characters will be expanded into the equivalent 2-character sequence. This option cannot coexist with MapPrecomposed or MapComposite. |
MapFoldCZone | Specifies that all compatibility zone characters will be mapped into standard Unicode equivalents. |
MapFoldDigits | Specifies that all digit characters will be mapped to the equivalent Unicode characters (0-9). |
MapPrecomposed | Specifies that accented characters will be mapped to precomposed characters with the base ans accent in a single character value. |