Hi All,
I'm be wild about some CZECH char. On DB I've saved strings with č (and similar chars) and I'm able to show this only if I set my page charset to ISO-8859-1.
It could be ok, but I've an UTF-8 XML file and when I try to get some string from this xml I've some problem. Basically the string from XML will not be shown correctly if I use ISO-8859-1 charset. The xml is UTF-8. I've tried to convert č and similiar char to š on xml and using ISO-8859-1 charset but they won't be shown correctly.
So. The situation is:
XML on UTF-8 and HTML Page with UTF-8, string from XML correct but string from DB not visible XML on ISO-8859-1 and HTML Page with UTF-8, string from XML not correct but string from DB correct
I've also tried to convert XML string with ICONV or similar funciont but nothing happens.
Could you help me, please?
Andrea