Hi! I recently discovered this plugin and found it very useful for the project I'm in.
I use it to execute sql-files containing our database structure and some test data. However, the characters are always encoded in ISO-8859-1 (I guess) and not UTF8 that we use. If I execute the files manually from sql the encoding is correct, but never through the plugin. Even if I put the lines set names "utf8" collate "utf8_swedish_ci"; alter database our_database default character set "utf8" collate "utf8_swedish_ci"; in the beginning of the files, it does not work. Is there a solution for this? /Ludwig
