| |
| .. function:: in_table_b1(code) |
| |
| Determine whether *code* is in tableB.1 (Commonly mapped to nothing). |
| |
| |
| .. function:: map_table_b2(code) |
| |
n | Return the mapped value for *code* according to tableB.2 (Mapping for case- |
n | Return the mapped value for *code* according to tableB.2 (Mapping for |
| folding used with NFKC). |
| case-folding used with NFKC). |
| |
| |
| .. function:: map_table_b3(code) |
| |
t | Return the mapped value for *code* according to tableB.3 (Mapping for case- |
t | Return the mapped value for *code* according to tableB.3 (Mapping for |
| folding used with no normalization). |
| case-folding used with no normalization). |
| |
| |
| .. function:: in_table_c11(code) |
| |
| Determine whether *code* is in tableC.1.1 (ASCII space characters). |
| |
| |
| .. function:: in_table_c12(code) |