Forums

SQL and use of chinese characters (1 post)

  1. fixov
    Member
    Posted 5 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic