MySQL Forums
Forum List  »  Full-Text Search

Re: Arabic text in mysql Varchar row
Posted by: Mark Webley
Date: September 25, 2011 12:09PM

Hi Rick,

Ok now...the description comes out perfectly in arabic from the db to the php page.

But the title comes out as : ? ?? ???? ??? ???? ? ?? ???? ???...

the data in the Db for the description is:
في الخط ف في الخط ففي الخط ف في الخط ففي الخط ف في الخط ففي الخط ف في الخط ففي الخط ف في الخط ف

But the data for the title in the db is:
? ? ?? ???? ??? ???? ? ?? ???? ???

On both the insert and the select I use:
self::$conn->query("SET NAMES utf8");

In the db:
description is longtext charset utf8 with collation utf8_unicode_ci

title is varchar(255) charset utf8 with collation utf8_unicode_ci


so I changed the title to the same as the description
longtext charset utf8 with collation utf8_unicode_ci

I still got ???? ???? for the title row.

I think I have a corrupted table or db...I will try and do more tests.

Options: ReplyQuote


Subject
Views
Written By
Posted
17867
September 05, 2011 04:23PM
4300
September 07, 2011 08:01PM
5482
September 08, 2011 04:45PM
3454
September 09, 2011 06:46PM
5494
September 11, 2011 08:03AM
3581
September 12, 2011 11:30AM
4176
September 12, 2011 06:16PM
3007
September 12, 2011 06:17PM
3186
September 13, 2011 09:44PM
3364
September 17, 2011 05:53AM
2949
September 18, 2011 01:45PM
3034
September 19, 2011 04:10PM
3084
September 20, 2011 08:19PM
Re: Arabic text in mysql Varchar row
3488
September 25, 2011 12:09PM
3005
September 28, 2011 09:53PM
3252
September 29, 2011 02:44PM
4312
September 30, 2011 10:14AM
3999
September 10, 2011 03:07PM
4502
September 11, 2011 08:01AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

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.