On Fri, Aug 14, 2009 at 2:17 PM, herbert<[email protected]> wrote: > > Hi, > >>> I wonder, why the *_fsentry-tables get the character set Latin1? >>> (Btw, this happens on windows-systems and also on linux-systems) > >>Yes, because "character set latin1" hardcoded in >>org/apache/jackrabbit/core/fs/db/mysql.sql > > Thank you guys, for the quick and informative answers. > > So far, I don't have any issues with these latin-tables, but since we are > just defining a consistent encoding throughout our whole system, we would > have liked to use here UTF-8 also. > (The server runs on linux, so we would have preferred UTF-8 over Latin1.) > > But if this may lead to problems as described in JCR-1049 we will stick with > Latin1 on these *_fsentry-tables. > > Btw, what is saved in the *_fsentry-tables?
it stores the file-system entries (files & folders) of a virtual file system. see http://jackrabbit.apache.org/jackrabbit-configuration.html#JackrabbitConfiguration-Filesystemconfiguration http://jackrabbit.apache.org/api/1.5/org/apache/jackrabbit/core/fs/db/DbFileSystem.html it's not used by default. cheers stefan > > Regards, Herbert > -- > View this message in context: > http://www.nabble.com/Generation-of-Jackrabbit-tables-in-MySQL-tp24968945p24970792.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com. > >
