UpperCodeCharts Enumeration

Microsoft AntiXSS Library

Collapse imageExpand ImageCopy imageCopyHover image
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 nameValueDescription
None0 No code charts from the upper region of the Unicode tables are safe-listed.
DevanagariExtended1 The Devanagari Extended code table.
KayahLi2 The Kayah Li code table.
Rejang4 The Rejang code table.
HangulJamoExtendedA8 The Hangul Jamo Extended-A code table.
Javanese16 The Javanese code table.
Cham32 The Cham code table.
MyanmarExtendedA64 The Myanmar Extended-A code table.
TaiViet128 The Tai Viet code table.
MeeteiMayek256 The Meetei Mayek code table.
HangulSyllables512 The Hangul Syllables code table.
HangulJamoExtendedB1024 The Hangul Jamo Extended-B code table.
CjkCompatibilityIdeographs2048 The CJK Compatibility Ideographs code table.
AlphabeticPresentationForms4096 The Alphabetic Presentation Forms code table.
ArabicPresentationFormsA8192 The Arabic Presentation Forms-A code table.
VariationSelectors16384 The Variation Selectors code table.
VerticalForms32768 The Vertical Forms code table.
CombiningHalfMarks65536 The Combining Half Marks code table.
CjkCompatibilityForms131072 The CJK Compatibility Forms code table.
SmallFormVariants262144 The Small Form Variants code table.
ArabicPresentationFormsB524288 The Arabic Presentation Forms-B code table.
HalfWidthAndFullWidthForms1048576 The half width and full width Forms code table.
Specials2097152 The Specials code table.

See Also