Usually, when I typed
echo "é"; // echo an eacute caracter
in a php file, the output file would display the same character and thus be correctly interpreted by the major browsers (Explorer, Netscape, Safari).
Now I'm using Php 4.3.6 (entropy release) (under MacOs X 10.3.5) and I get strange characters in the output file.
Before, I used Php 4.2.x (official apple version) on a MacOs X Server (10.2.4)
What could I do to go on using the short way to type in specials caracters (instead of using the html encodings) ?
Thanks for any help !
echo "é"; // echo an eacute caracter
in a php file, the output file would display the same character and thus be correctly interpreted by the major browsers (Explorer, Netscape, Safari).
Now I'm using Php 4.3.6 (entropy release) (under MacOs X 10.3.5) and I get strange characters in the output file.
Before, I used Php 4.2.x (official apple version) on a MacOs X Server (10.2.4)
What could I do to go on using the short way to type in specials caracters (instead of using the html encodings) ?
Thanks for any help !