Thread JSON UTF decode (46 answers)
Opened by bianca at 2013-06-17 06:12

Gast wer
 2013-06-17 23:52
#168401 #168401
Code (perl): (dl )
JSON->new->utf8->decode

da kommt perl-utf8 raus. Willst du das auf der konsole als ISO-8859-1 ausgeben musst stsdout verändern:
Code (perl): (dl )
binmode STDOUT, ':eoncoding(ISO-8859-1)';

Last edited: 2013-06-18 00:13:49 +0200 (CEST)

View full thread JSON UTF decode