Hi

While developing my web page I got the problem that accented characters don't get recognised.
I'm using charset=iso-8859-1 in my pages (this is the one with Pt characteres). I also tried to use charset=UTF-8 this allows the text in the pages to be recognised, however the text that come from my database becomes unreadable in accented characters.

Is there a way to solve this problem just by changing the charset or any other way

Thanks in advanced

I already found a way to go around this problem, thanks anyway guys!!!