Hallo,
Wie könnte man diesen Zeichensatz umwandeln?
vielleicht so?$string = iconv('UTF-8', 'macintosh', $string);
Damit wandelst Du UTF-8 -> MacRoman. Umgekehrt so:
$string = iconv('macintosh', 'UTF-8', $string);
Viele Grüße,
Christian
--
Mein "Weblog" [RSS]
Using XSLT to create JSON output (Saxon-B 9.0 for Java)
How to tell the difference between a science fan and a scientist.
Mein "Weblog" [RSS]
Using XSLT to create JSON output (Saxon-B 9.0 for Java)
How to tell the difference between a science fan and a scientist.