Module tables

Source
Expand description

Character Tables

Structs§

CaseFoldForNfkc
The iterator returned by case_fold_for_nfkc.

Functions§

ascii_control_character
C.2.1 ASCII control characters
ascii_space_character
C.1.1 ASCII space characters
bidi_l
D.2 Characters with bidirectional property “L”
bidi_r_or_al
D.1 Characters with bidirectional property “R” or “AL”
case_fold_for_nfkc
B.2 Mapping for case-folding used with NFKC.
change_display_properties_or_deprecated
C.8 Change display properties or are deprecated
commonly_mapped_to_nothing
B.1 Commonly mapped to nothing
inappropriate_for_canonical_representation
C.7 Inappropriate for canonical representation
inappropriate_for_plain_text
C.6 Inappropriate for plain text
non_ascii_control_character
C.2.2 Non-ASCII control characters
non_ascii_space_character
C.1.2 Non-ASCII space characters
non_character_code_point
C.4 Non-character code points
private_use
C.3 Private use
surrogate_code
C.5 Surrogate codes
tagging_character
C.9 Tagging characters
unassigned_code_point
A.1 Unassigned code points in Unicode 3.2
x520_mapped_to_nothing
Determines if c is to be removed according to section 7.2 of ITU-T Recommendation X.520 (2019).
x520_mapped_to_space
Determines if c is to be replaced by SPACE (0x20) according to section 7.2 of ITU-T Recommendation X.520 (2019).