database diff charset problem

Hello. I have db and tables with utf8_general_ci charset. All mysql defaults set to utf8. Changelog is utf8 too.
When i run update on changeset with cyrillic text on russian it’s all ok.
But when i have russian comments to field in database and try to make a diff charset breaks up.

My command line is:

  1. liquibase --driver=com.mysql.jdbc.Driver --classpath=/var/www/databases/public/…/liquibase/drivers/mysql.jar --username=root --password=root --changeLogFile=/var/www/databases/public/tmp/diff.changelog-1.0_temp.xml --url=“jdbc:mysql://localhost/lastupd_diff?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&mysqlEncoding=utf8” diffChangeLog --referenceUrl=“jdbc:mysql://localhost/diff?useUnicode=true&characterEncoding=utf8&characterSetResults=utf8&mysqlEncoding=utf8” --referenceUsername=root --referencePassword=root