Thread Hilfe bei charset und use utf8 (10 answers)
Opened by bianca at 2014-07-09 19:10

bianca
 2014-07-10 07:52
#176359 #176359
User since
2009-09-13
6991 Artikel
BenutzerIn

user image
2014-07-09T18:40:32 Raubtier
Du darfst JSON also nicht von utf8-binary konvertieren lassen. Sollte also wohl my $ref = JSON->new->utf8(0)->decode($content); heißen.

Den Gedanken hatte ich auch schon aber sobald ich ->utf8(0) schreibe oder ->utf8 weglasse erhalte ich:
Quote
Use of uninitialized value $out in concatenation (.) or string at test_charset1.pl line 27
10 print "Hallo"
20 goto 10

View full thread Hilfe bei charset und use utf8