MySQL Forums
Forum List  »  Full-Text Search

Re: Insert Arabic in the database
Posted by: Rick James
Date: October 15, 2015 05:18PM

Use utf8 encoding (م), not html entities (م)
The hex for that character is D985.

Use
mysqli::set_charset('utf8')
and declare the column(s) to be CHARACTER SET utf8.
Make sure the html has <meta ... utf8>

Options: ReplyQuote


Subject
Views
Written By
Posted
7019
October 12, 2015 12:44PM
Re: Insert Arabic in the database
1757
October 15, 2015 05:18PM


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.