UTF-8 Special Characters in PHP/Codeigniter not displaying correctly UTF-8 Special Characters in PHP/Codeigniter not displaying correctly codeigniter codeigniter

UTF-8 Special Characters in PHP/Codeigniter not displaying correctly


Use this to the variable while output

$var = "£";echo utf8_encode($var);

and make sure your

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

is in the header