LowerCodeCharts Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | None of the UTF-8 Unicode code charts from the lower region are marked as safe. |
BasicLatin | 1 | The Basic Latin code chart. |
C1ControlsAndLatin1Supplement | 2 | The C1 Controls and Latin-1 Supplement code chart. |
LatinExtendedA | 4 | The Latin Extended-A code chart. |
LatinExtendedB | 8 | The Latin Extended-B code chart. |
IpaExtensions | 16 | The IPA Extensions code chart. |
SpacingModifierLetters | 32 | The Spacing Modifier Letters code chart. |
CombiningDiacriticalMarks | 64 | The Combining Diacritical Marks code chart. |
Default | 127 | The code charts that are marked as safe on initialization. |
GreekAndCoptic | 128 | The Greek and Coptic code chart. |
Cyrillic | 256 | The Cyrillic code chart. |
CyrillicSupplement | 512 | The Cyrillic Supplement code chart. |
Armenian | 1024 | The Armenian code chart. |
Hebrew | 2048 | The Hebrew code chart. |
Arabic | 4096 | The Arabic code chart. |
Syriac | 8192 | The Syriac code chart. |
ArabicSupplement | 16384 | The Arabic Supplement code chart. |
Thaana | 32768 | The Thaana code chart. |
Nko | 65536 | The N'ko code chart. |
Samaritan | 131072 | The Samaritan code chart. |
Devanagari | 262144 | The Devanagari code chart. |
Bengali | 524288 | The Bengali code chart. |
Gurmukhi | 1048576 | The Gurmukhi code chart. |
Gujarati | 2097152 | The Gujarati code chart. |
Oriya | 4194304 | The Oriya code chart. |
Tamil | 8388608 | The Tamil code chart. |
Telugu | 16777216 | The Telugu code chart. |
Kannada | 33554432 | The Kannada code chart. |
Malayalam | 67108864 | The Malayalam code chart. |
Sinhala | 134217728 | The Sinhala code chart. |
Thai | 268435456 | The Thai code chart. |
Lao | 536870912 | The Lao code chart. |
Tibetan | 1073741824 | The Tibetan code table. |