







Values for the upper section of the UTF8 Unicode code tables, from UA8E0 to UFFFD
Namespace: Microsoft.Security.Application
Assembly: AntiXssLibrary40 (in AntiXssLibrary40.dll) Version: 4.2.0.0
Syntax
| C# |
|---|
[FlagsAttribute] public enum UpperCodeCharts |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration UpperCodeCharts |
| Visual C++ |
|---|
[FlagsAttribute] public enum class UpperCodeCharts |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | No code charts from the upper region of the Unicode tables are safe-listed. | |
| DevanagariExtended | 1 | The Devanagari Extended code table. | |
| KayahLi | 2 | The Kayah Li code table. | |
| Rejang | 4 | The Rejang code table. | |
| HangulJamoExtendedA | 8 | The Hangul Jamo Extended-A code table. | |
| Javanese | 16 | The Javanese code table. | |
| Cham | 32 | The Cham code table. | |
| MyanmarExtendedA | 64 | The Myanmar Extended-A code table. | |
| TaiViet | 128 | The Tai Viet code table. | |
| MeeteiMayek | 256 | The Meetei Mayek code table. | |
| HangulSyllables | 512 | The Hangul Syllables code table. | |
| HangulJamoExtendedB | 1024 | The Hangul Jamo Extended-B code table. | |
| CjkCompatibilityIdeographs | 2048 | The CJK Compatibility Ideographs code table. | |
| AlphabeticPresentationForms | 4096 | The Alphabetic Presentation Forms code table. | |
| ArabicPresentationFormsA | 8192 | The Arabic Presentation Forms-A code table. | |
| VariationSelectors | 16384 | The Variation Selectors code table. | |
| VerticalForms | 32768 | The Vertical Forms code table. | |
| CombiningHalfMarks | 65536 | The Combining Half Marks code table. | |
| CjkCompatibilityForms | 131072 | The CJK Compatibility Forms code table. | |
| SmallFormVariants | 262144 | The Small Form Variants code table. | |
| ArabicPresentationFormsB | 524288 | The Arabic Presentation Forms-B code table. | |
| HalfWidthAndFullWidthForms | 1048576 | The half width and full width Forms code table. | |
| Specials | 2097152 | The Specials code table. |
