Forum Moderators: open
In my mysql database, I have set the database collation as utf8_uncode_ci. When I insert a chinese simplified text thru my browser, it will store the encoded code for that chinese text in my table field. Anyway for me to store the chinese text in the table field without encoded? Any idea?
Thanks in advance.