stringprep | index /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/stringprep.py Module Docs |
Library that exposes various tables found in the StringPrep RFC 3454.
There are two kinds of tables: sets, for which a member test is provided,
and mappings, for which a mapping function is provided.
Functions | ||
|
Data | ||
b1_set = set([173, 847, 6150, 6155, 6156, 6157, ...]) b3_exceptions = {181: u'\u03bc', 223: u'ss', 304: u'i\u0307', 329: u'\u02bcn', 383: u's', 496: u'j\u030c', 837: u'\u03b9', 890: u' \u03b9', 912: u'\u03b9\u0308\u0301', 944: u'\u03c5\u0308\u0301', ...} c22_specials = set([1757, 1807, 6158, 8204, 8205, 8232, ...]) c6_set = set([65529, 65530, 65531, 65532, 65533]) c7_set = set([12272, 12273, 12274, 12275, 12276, 12277, ...]) c8_set = set([832, 833, 8206, 8207, 8234, 8235, ...]) c9_set = set([917505, 917536, 917537, 917538, 917539, 917540, ...]) unicodedata = <unicodedata.UCD object> |