Open grr opened 2 years ago
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.
Character in 'H' format wrapped in unpack at ... line 14.
use bytes
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 touse bytes
in that module.