Php + Mysql (UTF-8 ) some characters are still bug

后端 未结 2 1497
庸人自扰
庸人自扰 2021-01-14 13:15

Well i got a php script that takes nicknames from a the Steam web-api and insert them into a mysql db. Many of them got rare russian and greek characters. I set php to utf-8

2条回答
  •  失恋的感觉
    2021-01-14 13:47

    I changed the collation of the tables from SQLyog, but it seems that it's broken. When i changed them directly from a sql query it worked.

提交回复
热议问题