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

bianca
 2013-06-17 08:29
#168335 #168335
User since
2009-09-13
6977 Artikel
BenutzerIn

user image
2013-06-17T06:24:48 Raubtier
Vermutlich willst du endoce("utf8", $string) haben.

Ändert auch nichts.
Kannst du mir bitte mal die komplette Syntax für das "normale" JSON Modul (ohne XS) geben, in $response->content befindet sich das Ergebnis aus LWP.

Derzeit habe ich JSON->new->decode(encode('utf8',$response->content)), das gibt aber trotzdem K\x{f6}ln statt Köln aus.
10 print "Hallo"
20 goto 10

View full thread JSON UTF decode