Lines Matching full: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
67 Decode the Base64 encoded :term:`bytes-like object` or ASCII string
70 Optional *altchars* must be a :term:`bytes-like object` or ASCII string
95 Decode :term:`bytes-like object` or ASCII string *s* using the standard
110 Decode :term:`bytes-like object` or ASCII string *s*
125 Decode the Base32 encoded :term:`bytes-like object` or ASCII string *s* and
173 Decode the Base16 encoded :term:`bytes-like object` or ASCII string *s* and
191 instead of 4 consecutive spaces (ASCII 0x20) as supported by 'btoa'. This
209 Decode the Ascii85 encoded :term:`bytes-like object` or ASCII string *b* and
213 should be accepted as shorthand for 4 consecutive spaces (ASCII 0x20).
219 *ignorechars* should be a :term:`bytes-like object` or ASCII string
222 default contains all whitespace characters in ASCII.
240 Decode the base85-encoded :term:`bytes-like object` or ASCII string *b* and
306 Support module containing ASCII-to-binary and binary-to-ASCII conversions.