UTF8 Problem, incorrect display of special characters… (é, é, ?, ?, ? etc.)
-
Hi everyone,
I have set UTF8 Encoding on my site (from source):
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
STILL i get incorrect encoding:
https://wilfing.se/forum/utf8encoding.jpgI have tried to remove the two lines according to some forums on the web to fix this without any results:
//define(‘DB_CHARSET’, ‘utf8′);
//define(‘DB_COLLATE’, ”);
The problem occurs both from DB sources as well as hard coded text meaning that it shouldn’t be my DB that is the reason for this.
Please help me as I am desperate ??
Thanks in advance…
Jesper Wilfing
- The topic ‘UTF8 Problem, incorrect display of special characters… (é, é, ?, ?, ? etc.)’ is closed to new replies.