Lines Matching refs:ASCII
17 ASCII characters and decoding such encodings back to binary data.
28 supports encoding :term:`bytes-like objects <bytes-like object>` to ASCII
30 strings containing ASCII to :class:`bytes`. Both base-64 alphabets
42 ASCII-only Unicode strings are now accepted by the decoding functions of
65 Decode the Base64 encoded :term:`bytes-like object` or ASCII string
68 Optional *altchars* must be a :term:`bytes-like object` or ASCII string of
90 Decode :term:`bytes-like object` or ASCII string *s* using the standard
105 Decode :term:`bytes-like object` or ASCII string *s*
120 Decode the Base32 encoded :term:`bytes-like object` or ASCII string *s* and
147 Decode the Base16 encoded :term:`bytes-like object` or ASCII string *s* and
165 instead of 4 consecutive spaces (ASCII 0x20) as supported by 'btoa'. This
183 Decode the Ascii85 encoded :term:`bytes-like object` or ASCII string *b* and
187 should be accepted as shorthand for 4 consecutive spaces (ASCII 0x20).
193 *ignorechars* should be a :term:`bytes-like object` or ASCII string
196 default contains all whitespace characters in ASCII.
214 Decode the base85-encoded :term:`bytes-like object` or ASCII string *b* and
273 Support module containing ASCII-to-binary and binary-to-ASCII conversions.