Minor
Have not tried
Unix (PHP 5.2.X) (I think)
Streber 0.078 upon upgrade from
(2007-01-04 16:41)
International characters entered get messed up
At the database installation script add the CHARACTER SET utf8 and COLLATION utf8_unicode_ci (or utf8_generic_ci) options to the CREATE TABLE commands to have correct utf8 support.
(For correct entry and display of international characters)