Saturday, May 25th 2013, 11:27am UTC+2
You are not logged in.
mach aber ne sicherung.
Quoted from "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.