My database value is École Polytechnique Fédérale de Lausanne
. I cannot convert to html characters. I tried to convert using following method,
echo html_entity_decode(École Polytechnique Fédérale de Lausanne');
echo html_entity_decode($Event['Event_speaker']);
Ist statement i got the actual result and the second one display exactly same as db value.
In my header am using
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta charset="utf-8">
Can someone help??