Hello
I have a script wich takes data out of the database. However some of that data has accented words (example: é) and those are getting translated to strange characters. The rest of the page with accents is ok (the data that isnt in the database).
Using mozilla and changing the char encoding to unicode makes the data from DB work ok and the plain text from the file gets the weird characters. So probably the tabels of the database need to be modified.
How can that get done?
Thanks.