Tuesday 23 May 2006 2:19:44 am
Hi, I have a string in French with an accent that doesn't transform in uppercase with phpfunction "strtoupper" or with ez function "uppercase". When I use in PHP :
strtoupper("actualité");
or with in ez template :
{'actualité'|upcase()}
It should display : "ACTUALITÉ". But it displays : "ACTUALITé".
I know I can't fix it with a "setlocale" in PHP. But :
1 - there are too many files to correct...
2 - I'm sure I can do it in one of my config file (httpd.conf or php.ini) 2 - It's working fine on some server but I can't find the right settings to apply them on my server Any ideas ? Thanks. - Fred -
|