Hi,
I have the following issue with MySQL.
Turkish text which is read from my table looks like this:
http://www.oyunbazlar.com/boardgames.php.
As you see, all special Turkish characters are replaced by "?"
I tried a lot of combinations on my table, i.e. CHAR/VARCHAR/TEXT, even BINARY with latin5_turkish_ci/ucs2_turkish_ci and utf8_turkish_ci, but it does not solve the problem - sometimes more funny characters than quotation marks appear, though.
The problem is definitely with MySQL, as text read from other sources is displayed normally.
I tried also one of the solutions given in this forum and added "@mysqli_options($conn, MYSQLI_INIT_COMMAND, "SET NAMES 'utf8_turkish_ci' ");" to my coding, but it did not worked either.
I didn't had this problem before, it appeared after I have made some modifications to my table, but I don't remember which.
Thanks for any help on this issue.