Thread LWP::Simple Problem (13 answers)
Opened by userforusing at 2014-02-25 14:25

hlubenow
 2014-02-26 17:29
#173736 #173736
User since
2009-02-22
875 Artikel
BenutzerIn
[default_avatar]
Guest wer
Muss man auch als UTF-8 speichern

Hast Du das mal getestet? Ich hab' auch dann immer noch diese Encoding-Probleme.
Schon beim "Holen" gibt es diese Warnungen:
Quote
"\x{00c2}" does not map to utf8 at ...
"\x{00bc}" does not map to utf8 at ...
"\x{00c2}" does not map to utf8 at ...
"\x{00a9}" does not map to utf8 at ...
"\x{00c3}" does not map to utf8 at ...
"\x{0091}" does not map to utf8 at ...

Mit dem Rest des Textes kann man dann auch nur bedingt was anfangen.

Oder:
Code: (dl )
1
2
curl 'http://de.wikipedia.org/wiki/Perl_(Programmiersprache)' -o ausgabe.txt
recode UTF-8..ISO-8859-1 ausgabe.txt

Ausgabe:
Quote
recode: ausgabe.txt failed: Ungültige Eingabe in step `UTF-8..ISO-8859-1'

Tja.
Last edited: 2014-02-26 17:34:09 +0100 (CET)

View full thread LWP::Simple Problem