When I populate the database manually from the command line using:
mysql -uroot -p mydb < mydb.sql
...everything works as it should. The value is not truncated as it is
when run by Ant. This leads me to believe it is caused by Ant or Java.
Thanks,
Alex
On Tue, 2008-04-08 at 12:16 -0500, David
Hello, I have just started using Ant as a build tool for my webservers
during the past few weeks and I am very happy so far. Now I am trying
to populate a MySQL database from a file containing data using the utf8
charset. I receive no errors, but whenever the INSERT VALUE contains a
unicode chara