SQL and use of chinese characters
-
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
- The topic ‘SQL and use of chinese characters’ is closed to new replies.