Skip to main content

Enum CharacterMappingOptions

Namespace: Varigence.Languages.Biml.Transformation

Assembly: Biml.dll

C#


[Flags]
public enum CharacterMappingOptions

Fields

FieldsDescription
ByteReversalSpecifies that the byte order of each character representation should be reversed.
FullWidthSpecifies that full-width character encodings should be converted to the equivalent half-width character encodings.
HalfWidthSpecifies that half-width character encodings should be converted to the equivalent full-width character encodings.
HiraganaSpecifies that katakana characters should be converted to the equivalent hiragana characters.
KatakanaSpecifies that hiragana characters should be converted to the equivalent katakana characters.
LinguisticCasingSpecifies that all characters in the string should be converted to linguistic casing, which is a Win32 API for Unicode case mapping of Turkic and other locales.
LowercaseSpecifies that all characters in the string should be converted to the lower case.
NoneSpecifies that no transformations should be performed.
SimplifiedChineseSpecifies that traditional Chinese characters should be converted to the equivalent simplified Chinese characters.
TraditionalChineseSpecifies that simplified Chinese characters should be converted to the equivalent traditional Chinese characters.
UppercaseSpecifies that all characters in the string should be converted to the upper case.