Is any unicode (UTF8) support in SQLyog?
My database is in UTF8 format, but I cant configure SQLyog to show/edit data right 🙁
All variables in MySQL database are set properly:
character_set… = utf8
collation_… =utf8_lithuanian_ci
PHPMyAdmin shows/edits data right, but SQLyog simpy don't understant UTF8 and shows Ä…ÄÂęėįšų instead lithuanian characters Ä…Äęėįš.
Any solution? Thanks.