Hi,
I made the translation of the czech language, but it doesnot show properly,
I have HTML with UTF-8.
I don't know how to do it.
I tried mb_internal_encoding("UTF-8"); but it doesnot work as well.
thank you for every help
Hi,
I made the translation of the czech language, but it doesnot show properly,
I have HTML with UTF-8.
I don't know how to do it.
I tried mb_internal_encoding("UTF-8"); but it doesnot work as well.
thank you for every help
please send me the url...
Ok, got the URL, first I thought that your sever doesn't return the good encoding.
Check if your pages have all this row in the header:
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
All of my pages have this row in header,
problem is when I load the variable from external php file,
with require.
Quote from: xkarlos
"All of my pages have this row in header,
problem is when I load the variable from external php file,
with require. :("
Try to include the files before the html code (use variables/arrays to use them later inside the html).
...and edit the text files with PSPad!
You must log in to post.