Skip to content

to_unicode: Handle memoryview

Woob Import requested to merge to_unicode into master

Otherwise unicode() on a memoryview will not actually read the text inside. I've encountered this type while making a Codec class calling to_unicode().

Merge request reports