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

bianca
 2013-06-18 10:00
#168418 #168418
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
2013-06-18T07:53:57 Muffi
Ich würd mal das probieren
Code (perl): (dl )
my $content = Encode::encode('ISO-8859-15',Encode::decode('utf8', $response->content))

Und danach noch diese Zeile $cb->{data} = JSON->new->decode($content)
Korrekt oder muss die dann auch anders aussehen?
Das ändert nichts. Nach wie vor Köln
Funktioniert dieser Code denn bei dir?
10 print "Hallo"
20 goto 10

View full thread JSON UTF decode