I'm currently trying to merge data changes between two out of sync expressionengine databases. For this i have opted to use navicat.
The website makes heavy use of the greek character set in templates. When I view greek table field data in phpmyadmin, I see the characters in greek as expected. When I load them up into Navicat, I only see "???" question marks in their place. When I try to sync data between the databases, the result is that question marks are put in the place of greek characters.
The field types in question are "text" using "utf8_general_ci".
what am i doing wrong?