Thursday, May 23rd 2013, 7:56pm UTC+2
你尚未登錄
mach aber ne sicherung.
引用 來自 "http://forums.mysql.com/read.php?103,123628,123641#msg-123641"
I've found out that these hieroglyphs were shown because the data was added using other encoding from the start. Because, having all variables as utf8_general_ci, I've added some new data and it was ok with its displaying. So everything is ok, even as utf8_general_ci, I just need to edit some fields to change encoding to the right one and do not forget to set SET NAMES utf8 while working through php.