I have a database containing the translations for several keywords.
I am accessing those translations and with many of the french words there are characters that don't appear in the English language. The accented e for example. (I will be later translating to other languages and I'm sure the same issue will come about.)
Keeping in mind that these translations are coming from a MySQL database, is there any way around this? I tried changing the charset from utf-8 to iso 8859-1 but that didn't make any difference.
Any guidance would be very warmly received! Thanks