LowerCodeCharts Enum

Definition

Specifies values for the lower region of the UTF-8 Unicode code charts, from U0000 to U0FFF.

This enumeration supports a bitwise combination of its member values.

public enum class LowerCodeCharts
[System.Flags]
public enum LowerCodeCharts
[<System.Flags>]
type LowerCodeCharts = 
Public Enum LowerCodeCharts
Inheritance
LowerCodeCharts
Attributes

Fields

Arabic 4096

The Arabic code chart.

ArabicSupplement 16384

The Arabic Supplement code chart.

Armenian 1024

The Armenian code chart.

BasicLatin 1

The Basic Latin code chart.

Bengali 524288

The Bengali code chart.

C1ControlsAndLatin1Supplement 2

The C1 Controls and Latin-1 Supplement code chart.

CombiningDiacriticalMarks 64

The Combining Diacritical Marks code chart.

Cyrillic 256

The Cyrillic code chart.

CyrillicSupplement 512

The Cyrillic Supplement code chart.

Default 127

The code charts that are marked as safe on initialization. Default is a bitwise combination of the following LowerCodeCharts. members: Default, BasicLatin, C1ControlsAndLatin1Supplement, LatinExtendedA, LatinExtendedB, IpaExtensions, SpacingModifierLetters, and CombiningDiacriticalMarks.

Devanagari 262144

The Devanagari code chart.

GreekAndCoptic 128

The Greek and Coptic code chart.

Gujarati 2097152

The Gujarati code chart.

Gurmukhi 1048576

The Gurmukhi code chart.

Hebrew 2048

The Hebrew code chart.

IpaExtensions 16

The IPA Extensions code chart.

Kannada 33554432

The Kannada code chart.

Lao 536870912

The Lao code chart.

LatinExtendedA 4

The Latin Extended-A code chart.

LatinExtendedB 8

The Latin Extended-B code chart.

Malayalam 67108864

The Malayalam code chart.

Nko 65536

The N'ko code chart.

None 0

None of the UTF-8 Unicode code charts from the lower region are marked as safe.

Oriya 4194304

The Oriya code chart.

Samaritan 131072

The Samaritan code chart.

Sinhala 134217728

The Sinhala code chart.

SpacingModifierLetters 32

The Spacing Modifier Letters code chart.

Syriac 8192

The Syriac code chart.

Tamil 8388608

The Tamil code chart.

Telugu 16777216

The Telugu code chart.

Thaana 32768

The Thaana code chart.

Thai 268435456

The Thai code chart.

Tibetan 1073741824

The Tibetan code table.

Applies to