Hi,
I just started a blog in Chinese. I set the database to use utf8-unicode like this :
ALTER DATABASE db_name DEFAULT CHARACTER SET utf8 COLLATE
utf8_unicode_ci;
and then for each database :
ALTER TABLE table_name CONVERT TO CHARACTER SET utf8;
but still when I post something in CHinese, it appears well on the blog but in the databse the characters appear like this :
我的朋å‹
when i Posted : 我的朋友
How can I solve this problem and see the characters in a proper way ?
Thanks
Fix