hi
i'm not much into that charset stuff, so i'm not sure if this is the right forum
i have my site in 3 languages, where the phrases are pulled from mysql database depending on the languageid in the url
i have this in the head section for all those languages:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
everything worked fine, until now
a friend of mine wanted me to make also polish version of the site, so i entered the polish phrases into my tables and set a new languageid
he told me, i need to switch to iso8859-2 charset for the polish version, so i did it, but the site is not displayed properly, i have some characters rendered as squares
what could be the prob? is it because all the text is from the mysql database?
thanx
i'm not much into that charset stuff, so i'm not sure if this is the right forum
i have my site in 3 languages, where the phrases are pulled from mysql database depending on the languageid in the url
i have this in the head section for all those languages:
<meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
everything worked fine, until now
a friend of mine wanted me to make also polish version of the site, so i entered the polish phrases into my tables and set a new languageid
he told me, i need to switch to iso8859-2 charset for the polish version, so i did it, but the site is not displayed properly, i have some characters rendered as squares
what could be the prob? is it because all the text is from the mysql database?
thanx