Skip to main content

Enum FuzzyLookupTransformExtendedComparisonOptions

Namespace: Varigence.Languages.Biml

Assembly: Biml.dll

C#


[Flags]
public enum FuzzyLookupTransformExtendedComparisonOptions

Fields

FieldsDescription
MapExpandLigaturesSpecifies that all ligature characters will be expanded into the equivalent 2-character sequence. This option cannot coexist with MapPrecomposed or MapComposite.
MapFoldCZoneSpecifies that all compatibility zone characters will be mapped into standard Unicode equivalents.
MapFoldDigitsSpecifies that all digit characters will be mapped to the equivalent Unicode characters (0-9).
MapPrecomposedSpecifies that accented characters will be mapped to precomposed characters with the base ans accent in a single character value.
NoMappingSpecifies that no mapping transformation will be applied.