rest25/library/stringprep.rst => rest262/library/stringprep.rst
f1
2:mod:`stringprep` --- Internet String Preparation
3=================================================
4
5.. module:: stringprep
6   :synopsis: String preparation, as per RFC 3453
n7+   :deprecated:
7.. moduleauthor:: Martin v. Löwis <martin@v.loewis.de>
8.. sectionauthor:: Martin v. Löwis <martin@v.loewis.de>
9
10
11.. versionadded:: 2.3
12
13When identifying things (such as host names) in the internet, it is often
14necessary to compare such identifications for "equality". Exactly how this
45
46.. function:: in_table_b1(code)
47
48   Determine whether *code* is in tableB.1 (Commonly mapped to nothing).
49
50
51.. function:: map_table_b2(code)
52
n53-   Return the mapped value for *code* according to tableB.2  (Mapping for case-
n54+   Return the mapped value for *code* according to tableB.2 (Mapping for
54-   folding used with NFKC).
55+   case-folding used with NFKC).
55
56
57.. function:: map_table_b3(code)
58
t59-   Return the mapped value for *code* according to tableB.3  (Mapping for case-
t60+   Return the mapped value for *code* according to tableB.3 (Mapping for
60-   folding used with no normalization).
61+   case-folding used with no normalization).
61
62
63.. function:: in_table_c11(code)
64
65   Determine whether *code* is in tableC.1.1  (ASCII space characters).
66
67
68.. function:: in_table_c12(code)
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op