12-19-2008, 10:23 AM
|
#2 (permalink)
|
|
The Prestige
Join Date: Oct 2007
Location: Manchester, UK
Posts: 854
Thanks: 32
|
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)
|
|
|
|