View Single Post
Old 12-19-2008, 10:23 AM   #2 (permalink)
sketchMedia
The Prestige
Advanced Programmer Top Contributor Good Samaritan 
 
sketchMedia's Avatar
 
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
sketchMedia is on a distinguished road
Default

Sounds like it to me, the data within the DB wont be utf therefore its not going to make a difference if you send 'utf8' headers.

You will have to change the DB encoding, a small article i found on the matter (assuming you use mysql)
http://www.khelll.com/blog/mysql/cha...latin-to-utf8/
__________________
mysql> SELECT * FROM `users` WHERE `users`.`clue` > 0;
Empty set (0.00 sec)
sketchMedia is offline  
Reply With Quote