Values for the lowest section of the UTF8 Unicode code tables, from U0000 to U0FFF.
Namespace: Microsoft.Security.Application
Assembly: AntiXssLibrary40 (in AntiXssLibrary40.dll) Version: 4.2.0.0
Syntax
C# |
---|
[FlagsAttribute] public enum LowerCodeCharts |
Visual Basic |
---|
<FlagsAttribute> _ Public Enumeration LowerCodeCharts |
Visual C++ |
---|
[FlagsAttribute] public enum class LowerCodeCharts |
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | No code charts from the lower region of the Unicode tables are safe-listed. | |
BasicLatin | 1 | The Basic Latin code table. | |
C1ControlsAndLatin1Supplement | 2 | The C1 Controls and Latin-1 Supplement code table. | |
LatinExtendedA | 4 | The Latin Extended-A code table. | |
LatinExtendedB | 8 | The Latin Extended-B code table. | |
IpaExtensions | 16 | The IPA Extensions code table. | |
SpacingModifierLetters | 32 | The Spacing Modifier Letters code table. | |
CombiningDiacriticalMarks | 64 | The Combining Diacritical Marks code table. | |
GreekAndCoptic | 128 | The Greek and Coptic code table. | |
Cyrillic | 256 | The Cyrillic code table. | |
CyrillicSupplement | 512 | The Cyrillic Supplement code table. | |
Armenian | 1024 | The Armenian code table. | |
Hebrew | 2048 | The Hebrew code table. | |
Arabic | 4096 | The Arabic code table. | |
Syriac | 8192 | The Syriac code table. | |
ArabicSupplement | 16384 | The Arabic Supplement code table. | |
Thaana | 32768 | The Thaana code table. | |
Nko | 65536 | The Nko code table. | |
Samaritan | 131072 | The Samaritan code table. | |
Devanagari | 262144 | The Devanagari code table. | |
Bengali | 524288 | The Bengali code table. | |
Gurmukhi | 1048576 | The Gurmukhi code table. | |
Gujarati | 2097152 | The Gujarati code table. | |
Oriya | 4194304 | The Oriya code table. | |
Tamil | 8388608 | The Tamil code table. | |
Telugu | 16777216 | The Telugu code table. | |
Kannada | 33554432 | The Kannada code table. | |
Malayalam | 67108864 | The Malayalam code table. | |
Sinhala | 134217728 | The Sinhala code table. | |
Thai | 268435456 | The Thai code table. | |
Lao | 536870912 | The Lao code table. | |
Tibetan | 1073741824 | The Tibetan code table. | |
Default | 127 | The default code tables marked as safe on initialisation. |