Hi,
I'm trying to convert text from UTF8 to ISO-8859-1, but I get an error message: "ERR_OPEN_MAP_FILE : Error openning file: ISO88591.MAP"
I'm using this code:
$utfConverter = new utf8(ISO88591);
$utfConverter->loadCharset("ISO88591");
and I'm using this map file:
amidasu.de/ISO88591.MAP
In utf8.class.php I use this code:
define("ISO88591", "ISO88591.MAP");
How do I get rid of the error? It should work, shouldn't it? :)
Thanks for any help,
René