Home | History | Annotate | Download | only in email

Lines Matching full:character

67 # Aliases for other commonly-used names for character sets.  Map
112 """Add character set properties to the global registry.
114 charset is the input character set, and must be the canonical name of a
115 character set.
124 Optional output_charset is the character set that the output should be
127 is to output in the same character set as the input.
140 """Add a character set alias.
143 canonical is the character set's canonical name, e.g. iso-8859-1
151 charset is the canonical name of a character set. codecname is the name
161 """Map character sets to their email properties.
164 for a specific character set. It also provides convenience routines for
165 converting between character sets, given the availability of the
166 applicable codecs. Given a character set, it will do its best to provide
167 information on how to use that character set in an email in an
170 Certain character sets must be encoded with quoted-printable or base64
171 when used in email headers or bodies. Certain character sets must be
173 module expose the following information about a character set:
175 input_charset: The initial character set specified. Common aliases
179 header_encoding: If the character set must be encoded before it can be
190 output_charset: Some character sets must be converted before the can be
285 can be safely split on character boundaries (even for multibyte
292 with the Unicode replacement character U+FFFD.
311 with an appropriate character (usually '?').
329 """Return the output character set.
356 multibyte character sets, which have line length issues (multibyte
357 characters must be split on a character, not a byte boundary); use the