Home
last modified time | relevance | path

Searched refs:fallback_charset (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/email/
Dutils.py319 fallback_charset='us-ascii'): argument
327 return unicode(rawval, fallback_charset, errors)
/external/python/cpython3/Lib/email/
Dutils.py314 fallback_charset='us-ascii'): argument
324 charset = fallback_charset
/external/python/cpython2/Doc/library/
Demail.util.rst127 .. function:: collapse_rfc2231_value(value[, errors[, fallback_charset]])
135 *fallback_charset* specifies the character set to use if the one in the
/external/python/cpython3/Doc/library/
Demail.utils.rst193 .. function:: collapse_rfc2231_value(value, errors='replace', fallback_charset='us-ascii')
201 *fallback_charset* specifies the character set to use if the one in the