Hello,
I'm trying to internationaliz e my PHP code, but some of the ISO-8859-2
characters don't show in the browser. I'm namely trying to use Croatian and
Russian, and some of the characters show and most don't. I did the header
(that's the one for Croatian)
header("Content-Type: text/html; charset=iso-8859-2");
but it doesn't work. When I type my strings in Eclipse it is all fine and I
see all the characters that I want. Is it maybe an Eclipse setting I need to
worry about? What am I missing? It is not the browser, as I can see all the
Croatian/Russian pages just fine. Server maybe?
Thanks,
Marko
I'm trying to internationaliz e my PHP code, but some of the ISO-8859-2
characters don't show in the browser. I'm namely trying to use Croatian and
Russian, and some of the characters show and most don't. I did the header
(that's the one for Croatian)
header("Content-Type: text/html; charset=iso-8859-2");
but it doesn't work. When I type my strings in Eclipse it is all fine and I
see all the characters that I want. Is it maybe an Eclipse setting I need to
worry about? What am I missing? It is not the browser, as I can see all the
Croatian/Russian pages just fine. Server maybe?
Thanks,
Marko
Comment