UTF-8: Russian characters and Euro symbol do not appear and store in mysql table

后端 未结 2 583
陌清茗
陌清茗 2021-01-26 02:53

I have to store text written in the Russian language in mySQL table and also I have to pick up the Euro symbol from the mySQL table and present it to the user in the browser. I

2条回答
  •  情歌与酒
    2021-01-26 03:15

    A table in "utf8_general_ci" can store Russian and Euro without any problems. http://www.collation-charts.org/mysql60/mysql604.utf8_general_ci.european.html

提交回复
热议问题