Home | History | Annotate | Download | only in email

Lines Matching full:character

9 safely encode text that is in a character set similar to the 7-bit US ASCII
10 character set, but that includes some 8-bit characters that are normally not
19 RFC 2045 defines a method for including character set information in an
23 This module does not do the line wrapping or end-of-line character
65 """Return True if the character should be escaped with header quopri."""
70 """Return True if the character should be escaped with body quopri."""
106 """Turn a string in the form =AB to the ASCII character with value 0xab"""
125 charset names the character set to use to encode the header. It defaults
194 character "=" appended to them, so the decoded text will be identical to
222 # Now we need to examine every character to see if it needs to be
327 """Turn a match in the form =AB to the ASCII character with value 0xab"""