I have a webapp that stores French text -- which potentially includes accented characters -- in a MySQL database. When data is retrieved directly through PHP, accented chara
Maybe you could take a look to utf8_encode() and utf8_decode()
utf8_encode()
utf8_decode()