Module stringprep::tables
source · Expand description
Character Tables
Structs§
- The iterator returned by
case_fold_for_nfkc
.
Functions§
- C.2.1 ASCII control characters
- C.1.1 ASCII space characters
- D.2 Characters with bidirectional property “L”
- D.1 Characters with bidirectional property “R” or “AL”
- B.2 Mapping for case-folding used with NFKC.
- C.8 Change display properties or are deprecated
- B.1 Commonly mapped to nothing
- C.7 Inappropriate for canonical representation
- C.6 Inappropriate for plain text
- C.2.2 Non-ASCII control characters
- C.1.2 Non-ASCII space characters
- C.4 Non-character code points
- C.3 Private use
- C.5 Surrogate codes
- C.9 Tagging characters
- A.1 Unassigned code points in Unicode 3.2
- Determines if
c
is to be removed according to section 7.2 of ITU-T Recommendation X.520 (2019). - Determines if
c
is to be replaced by SPACE (0x20) according to section 7.2 of ITU-T Recommendation X.520 (2019).