IE und Umlaute
Ich habe ein Problem mit Umlauten:
Ich lese mit Php (readdir($verz))
Dateien aus einem Verzeichniss ein. Wenn der Dateiname Umlaute enthält erzeugt der Internet Explorer ungültige Pfade:
Aus "2004 12 a_ä_ö_ü_ß_test.jpg" im Quelltext wird "2004 12 a_\xc3\xa4_\xc3\xb6_\xc3\xbc_\xc3\x9f_test.jpg". Firefox erzeugt daraus den Pfad: "2004%2012%20a_%E4_%F6_%FC_%DF_test.jpg".
FF zeigt das Bild an, IE nicht.
Weiß jemand wie man das beheben kann?
Oder anders gesagt: Was muß im Soucecode stehen, damit der IE Umlaute korrekt codiert? Im Moment habe ich <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />.
Jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
|