How to convert text to UTF-8 character set.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a lot of text (in memo fields) that contain foreign language letters
such as '&ecute;' (as in Cafe where the 'e' has a pointy thing on it).

My website uses "charset=windows-1252" and 'cafe' appears correct. But on
another website that uses "charset=utf-8" it comes out as 'cafe&ecute;'.

I am not a web character set expert but I suspect it is caused by this
difference.

How can I convert to UTF-8.
 
Back
Top