Nach wie tritt es oft auf. Das bekannte Encoding Problem. ISO-8859-1 Datei werden im UTF-8 Modus gebraucht und verursachen Darstellungsfehler in der Anzeige. Ein nettes Linux Kommando zur Wandlung stellt iconv dar.
Eine Wandlung von UTF-8 in ISO-8859-1 sieht wie folgt aus:
iconv -f UTF-8 -t ISO-8859-1 index.html
Weitere Optionen sind (entnommen der Manpage):
... --from-code, -f encoding Convert characters from encoding --to-code, -t encoding Convert characters to encoding --list List known coded character sets --output, -o file Specify output file (instead of stdout) --verbose Print progress information.Grüße
Rafael
