Hello.
base on tutorial , i modified some files so i can use zc with UTF8 .
my database collation is set to UTF8_general_ci .
when i try to install zc , i get this error .

1406 Data too long for column 'configuration_value' at row 1
after searching, the forum , it turned out to be the currency characters in sql file. i removed it , and i pass that part of installation , until i hit with this error

1406 Data too long for column 'zone_name' at row 1
in:
[INSERT INTO zones VALUES (80,81,'BAW','Baden Würtemberg');]

can not find additional info on zc sql file to make it work with UTF 8 .. was wondering any one can give a pointer .. thanks.