Netencoding.QSourceThe "Q" encoding as described by RFC 2047.
Note: * All characters except alphanumeric characters are protected by * hex tokens. * In particular, spaces are represented as "=20", not as "_".
Same for tagged string inputs. The result are always bytes, though
Polymorphic version
Q-decode a string
Same for tagged string inputs. The result are always bytes, though
Polymorphic version