I have a multi language site (German & English) in cakephp . But here is a problem dealing with , I am not able to properly display German special characters.
See below German version
Verg�tung
Even I defined the charset.
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
Anybody can tell me what I am doing wrong?
Check if your pages have the correct HTTP header! Check with Firebug in the network tab if they are transmitted as UTF-8!