garu / Data-Printer

colored pretty-print of Perl data structures and objects
100 stars 81 forks source link

ContentType filter produces warnings if data has wide characters #168

Open grr opened 2 years ago

grr commented 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.