MySQL Forums
Forum List  »  MyISAM

Re: php with georgian letter
Posted by: Rick James
Date: May 09, 2011 12:40AM

Alas, looks like double-encoding. This would explain the failure of both FULLTEXT and LIKE.

I updated
http://mysql.rjweb.org/doc.php/charcoll
search it for "Georgian". See if the word I used as an example is displaying correctly.

Plan A: Fix it in place -- this would require a messy expression involving multiple CONVERTs.

Plan B: Reload the data, but making sure everything is set to utf8.

Options: ReplyQuote


Subject
Views
Written By
Posted
4211
May 06, 2011 12:45AM
1496
May 07, 2011 03:18PM
1543
May 07, 2011 05:03PM
1479
May 07, 2011 11:14PM
1343
May 08, 2011 03:01AM
Re: php with georgian letter
2029
May 09, 2011 12:40AM
1301
May 09, 2011 01:38AM
1359
May 09, 2011 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.