Posted by Chung Leong on 03/07/06 00:07
John Stivenson wrote:
> I'm using PHP 4.3.10 & MySQL 4.1.9.
>
> When I read UTF-8 string from database and echo it to the page I get
> only question marks. The number of question marks is equal to the real
> length of the string (not doubled as I would expect).
>
> Where is the problem?
>
> Thanks in advance.
You just sure the Unicode text was correctly inserted into the
database? You might just be getting a bunch of question marks from the
MySQL.
[Back to original message]
|