Hello,
I have problem with encoding in php admin. I use some special characters, which are encoded in latin1.
However, phpmyadmin charset is utf8 and the special characters are displayed as question marks.
Can I somehow change the charset in phpmyadmin?
In terminal and my website I solved the problem simply by "SET NAMES latin1". Can I do something similar in phpmyadmin?
Thanks in advance.


