I am having problems with a page that has Spanish accent I tried to change the char set to UTF-8 but nothing is working.
I modified the .htacces with
AddCharset UTF-8 .html
AddCharset UTF-8 .php
AddCharset UTF-8 .ja
<Files "index.php">
ForceType 'text/html; charset=UTF-8'
</Files>
and nothing worked
thanks in advance if some already solve it please post how you did it
Tue, 09/21/2010 - 18:48
#1
Re: Change charset to UTF-8
to as an attribute to your document's form tags and using :
to call your scripts.
Thanks,
Zanpakutō