I had exactly the same problem with Greek characters.
Your solution was not working for me. After changing the latin1 to utf8_unicode_ci, when I uploaded the sql file to the server, I got an error message #1115 - Unknown character set: 'utf8_general_ci'
The solution was to change each "latin1" with : utf8 COLLATE utf8_unicode_ci
This worked fine.
But I would like to know, as this is a known issue to you for more than 4 months (since Ekin Okuducu wrote on this forum), why don't you update the template quickstart file?
It took me half a day to deal with this problem - not a quickstart at all. And since this is the first template I am using, I feel rather dissapointed for your customer support.
(and by the way, thanks Ekin for mentioning that problem)