MySQL Forums
Forum List  »  Full-Text Search

Re: Arabic text in mysql Varchar row
Posted by: Rick James
Date: September 30, 2011 10:14AM

I'm glad to hear that it is working.

> Not sure if this utf8_unicode_ci will also be good enougth for Bengali, Gujurati and Chinese Mandarine text but I will also give those characters a test also.
Character set = utf8 can handle all of those languages. The "collation" utf8_unicode_ci refers to ordering. I do not know if the ordering will be an issue.

There is one issue with Chinese. MySQL has long support the 3-byte utf8 codes, but the newer extensions into 4 bytes are supported only in the latest versions (5.5.3), and by a different character set (utf8mb4). Purists insist on supporting the 4-byte codes; I don't have a good feel for how much is missing if you support only 3. See
http://dev.mysql.com/doc/refman/5.5/en/charset-unicode-utf8mb4.html

As I understand it, Arabic, Bengali, etc, should work fine with utf8mb4.

Options: ReplyQuote


Subject
Views
Written By
Posted
17217
September 05, 2011 04:23PM
4204
September 07, 2011 08:01PM
5401
September 08, 2011 04:45PM
3381
September 09, 2011 06:46PM
5084
September 11, 2011 08:03AM
3186
September 12, 2011 11:30AM
3772
September 12, 2011 06:16PM
2928
September 12, 2011 06:17PM
3103
September 13, 2011 09:44PM
3282
September 17, 2011 05:53AM
2857
September 18, 2011 01:45PM
2927
September 19, 2011 04:10PM
3013
September 20, 2011 08:19PM
3395
September 25, 2011 12:09PM
2938
September 28, 2011 09:53PM
3145
September 29, 2011 02:44PM
Re: Arabic text in mysql Varchar row
3971
September 30, 2011 10:14AM
3809
September 10, 2011 03:07PM
4404
September 11, 2011 08:01AM


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.