| Home | Trees | Indices | Help |
|---|
|
|
String formatting, encoding, etc.
|
|||
| str_test | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
cp1252_to_unicode_translations =
|
|||
unicode_special = re.compile(r'
|
|||
__package__ =
|
|||
|
|||
Casts a Unicode string to a regular ASCCII string. This may be lossy. |
Converts characters 0x80 through 0x9f to their proper Unicode equivalents. See http://www.intertwingly.net/stories/2004/04/14/i18n.html for the nice translation table on which this is based. |
Joins a bunch of lines. |
Prefixes each line in |
If |
Sort of a cgi.unescape (doesn't exist). Removes HTML or XML character references and entities from a text string. http://effbot.org/zone/re-sub.htm#unescape-html |
Natural-language join. Join a sequence of strings together into a comma-separated list, but where the last pair is joined with the given special glue. (You may also override the non-last glue, which defaults to a ', '.)
|
|
|||
cp1252_to_unicode_translations
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Sat Apr 17 20:45:14 2010 | http://epydoc.sourceforge.net |