Hi, we've integrated Jackrabbit into JBoss-Portal with MySQL as the underlying database.
The default-charset of MySQL is set to UTF-8. During first startup jackrabbit creates its tables in the MySQL-Database. These tables are generated with the character set UTF-8: datastore, default_bundle, default_names, default_refs, version_binval, version_bundle, version_names, version_refs. These tables are generated with the character set Latin1: default_fsentry, repo_fsentry, version_fsentry. I wonder, why the *_fsentry-tables get the character set Latin1? (Btw, this happens on windows-systems and also on linux-systems) Can anyone explain the latin1-encoding? Is there a way to set the encoding of these tables to UTF-8? Regards, Herbert -- View this message in context: http://www.nabble.com/Generation-of-Jackrabbit-tables-in-MySQL-tp24968945p24968945.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
