I'm storing UTF8 in my database and this all works properly but whenever I retrieve data from the database I get these weird symbols,
Example:
™
becomes â„¢
When I make a connection the DB I use
array(PDO::MYSQL_ATTR_INIT_COMMAND => "SET NAMES utf8")
Am I missing something?