It’s not possible to do:
buffer = ChuunkedBuffer(text)
body = buffer.strip().replace('\x00', '').encode('utf8')
That’s the whole point of my query.
It’s not possible to do:
buffer = ChuunkedBuffer(text)
body = buffer.strip().replace('\x00', '').encode('utf8')
That’s the whole point of my query.