Enum FuzzyLookupTransformExtendedComparisonOptions
Namespace: Varigence.Languages.Biml
Assembly: Biml.dll
C#
[Flags]
public enum FuzzyLookupTransformExtendedComparisonOptions
Fields
| Fields | Description |
|---|---|
| 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. |
| NoMapping | Specifies that no mapping transformation will be applied. |