Sunday 1 September 2019

mysql - SQL Turkish Language displaying issue

I am displaying data with Turkish characters from SQL database of Godaddy but I have issue that it displays Kadıkoy word to Kad?koy. I have set the type to text and collation to utf-8_turkish_ci but it didn't work. Even I have tried ucs2_turkish_ci and latin5_turkish_ci but didn't work.



So please where could be my problem?

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print &q...