| Home | Top | ← | → | Overview | Module | Class | Index | Help |
|
About |
|---|
|
||||
This module defines Unicode character categories and blocks, defined as sets of code points.
| Classes | |
|
UnicodeSubset Represent a subset of Unicode code points, implemented with an ordered list of integer values and ranges. |
|
| Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
| Variables | |
CHARACTER_GROUP_ESCAPED = {ord(c) for c in r'-|.^?*+{}()[]\'}Code Points of escaped chars in a character group. |
|
UCS4_MAXUNICODE = 1114111
|
|
UNICODE_CATEGORIES = build_unicode_categories()
|
|
UNICODE_BLOCKS = | |