I have a strange problem with displaying special characters like ôë etc.
The weird thing is that is works fine on my local computer, but it messes up on our server, and on my other local computer (Apple)

The menu code is exactly the same on both my computers and server, and shows all text just fine:
Code: Select all
aI("showmenu=main_21;text=Bourgogne;url=index.php?pid=21;");
aI("showmenu=main_22;text=Rhône;url=index.php?pid=22;");
aI("showmenu=main_23;text=Bordeaux;url=index.php?pid=23;");
aI("showmenu=main_24;text=Oostenrijk;url=index.php?pid=24;");
aI("showmenu=main_25;text=Italië;url=index.php?pid=25;");
aI("showmenu=main_26;text=Spanje;url=index.php?pid=26;");
Local configuration:
- Windows 2000
- PHP 4.3.9
Other local configuration:
- Apple MacOS 10.4.4
- PHP 5.0.4
Server configuration:
- Windows 2003 server
- PHP 4.3.11
Any help would be appreciated

-