Lines Matching full:ascii
30 USASCII = Charset('us-ascii')
139 # None means us-ascii but we can simply pass it on to h.append()
162 argument. If charset is not provided in the constructor, the us-ascii
213 # from a charset to None/us-ascii, or from None/us-ascii to a
217 if lastcs not in (None, 'us-ascii'):
218 if nextcs in (None, 'us-ascii'):
221 elif nextcs not in (None, 'us-ascii'):
252 following charsets in order: us-ascii, the charset hint, utf-8. The
270 incodec = charset.input_codec or 'us-ascii'
275 outcodec = charset.output_codec or 'us-ascii'
283 outcodec = charset.output_codec or 'us-ascii'
316 # For now, I can only imagine doing this when the charset is us-ascii,
319 elif charset == 'us-ascii':
352 # ASCII-like character sets like iso-8859-1), email.utils.BASE64
353 # (Base64, for non-ASCII like character sets like KOI8-R and
384 7-bit ASCII, care must be taken to properly convert and encode (with
397 ASCII lines on, in rough support of RFC 2822's `highest level