MySQL Forums
Forum List  »  Knowledge Base

Re: i can not add arabic text to table. text save as question mark ( ????????)
Posted by: Paul Svirin
Date: August 25, 2009 03:37AM

Maybe you should set the charset for the client.
This is done via :

SET NAMES utf8;

Or read about the client charset at: http://dev.mysql.com/doc/refman/5.0/en/charset-connection.html

Hope that helps. If it does not - please report us.

--------------------------
StarWind Software developer (http://www.starwindsoftware.com)

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: i can not add arabic text to table. text save as question mark ( ????????)
2427
August 25, 2009 03:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.