Expand description
Character Tables
Structs§
- Case
Fold ForNfkc - 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).