Hallo,
I use for html pages in polish and czech language the following meta information (in the header):
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">
works good for both languages.
If i create pages with variables (stored in a included file) and use the same charset then i get some wrong/unknown characters.
If i use the charset "windows-1250" then the characters looks OK. I would like to use the iso charset. Is this a server problem?
It happens on Linux and windows with apache as webserver.