Immofrance - Green-Acres([EMAIL PROTECTED])@Mon, Apr 07, 2008 at 03:59:02PM +0200: > - My database is fully in UTF-8. The Unicode tutorial requires to > declare each database column as utf8. Isn’t there something shorter / > autogenerated ? Manually handling this is hard to maintain.
I didn't do that until I tried to launch my app on MySQL 4.x. On 5.x it works ok without mentioning utf8_columns. But anyway you don't have to specify all the columns, just those which will hold utf data. -- vti -- Viacheslav Tikhanovskii _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
