Re: Arabic text in mysql Varchar row
Posted by:
Rick James
Date: September 12, 2011 11:30AM
I don't think you should ever have to use utf8_encode() or utf8_decode(). I suspect they are the problem.
TRUNCATE TABLE and start over.
Or DROP TABLE, CREATE TABLE again.
(Or you could create a new table, and a new web page to experiment with.)
The diamonds are, I believe, because of _encoding_ corruption. I don't think you can get the desired text because the bad encoding led to '?' (0x3F) instead of useful information.
> After db insert, php echo shows: ...
Let's see the SELECT HEX(). Until that shows D8/D9 instead of C3, what PHP shows is irrelevant.
Subject
Views
Written By
Posted
16921
September 05, 2011 04:23PM
4141
September 07, 2011 08:01PM
5349
September 08, 2011 04:45PM
3330
September 09, 2011 06:46PM
5019
September 11, 2011 08:03AM
Re: Arabic text in mysql Varchar row
3134
September 12, 2011 11:30AM
3724
September 12, 2011 06:16PM
2866
September 12, 2011 06:17PM
3057
September 13, 2011 09:44PM
3232
September 17, 2011 05:53AM
2816
September 18, 2011 01:45PM
2851
September 19, 2011 04:10PM
2967
September 20, 2011 08:19PM
3349
September 25, 2011 12:09PM
2883
September 28, 2011 09:53PM
3087
September 29, 2011 02:44PM
3892
September 30, 2011 10:14AM
3744
September 10, 2011 03:07PM
4333
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.