Data-Printer
Data-Printer copied to clipboard
ContentType filter produces warnings if data has wide characters
I'm getting messages like this Character in 'H' format wrapped in unpack at ... line 14. when the data has wide characters (obtained from decoding JSON web content). I think the simple solution is to use bytes in that module.