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
17456
September 05, 2011 04:23PM
4274
September 07, 2011 08:01PM
5463
September 08, 2011 04:45PM
3440
September 09, 2011 06:46PM
5424
September 11, 2011 08:03AM
3522
September 12, 2011 11:30AM
4102
September 12, 2011 06:16PM
2992
September 12, 2011 06:17PM
3166
September 13, 2011 09:44PM
3349
September 17, 2011 05:53AM
2925
September 18, 2011 01:45PM
3001
September 19, 2011 04:10PM
3071
September 20, 2011 08:19PM
3469
September 25, 2011 12:09PM
2987
September 28, 2011 09:53PM
3221
September 29, 2011 02:44PM
Re: Arabic text in mysql Varchar row
4251
September 30, 2011 10:14AM
3956
September 10, 2011 03:07PM
4480
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.