Yes, Cayenne UTF-8 handling is as good as the underlying JDBC driver
and the database. If the database supports it, Cayenne will too.
It does work fairly with MySQL. There is a known issue with MySQL/
UTF-8 (mis)handling of German umlauts. In searches "รถ" is incorrectly
matched when searching for "o", etc. The only way around that I found
was to switch the DB back to latin1 and corresponding German
collation. Nothing Cayenne related though.
Andrus
On Aug 20, 2008, at 10:31 AM, Ian Jamieson wrote:
Should add that I have done a few test's my self and it all seems
good.
Just wondering if there are any gotcha's i should look out for?
On Wed, Aug 20, 2008 at 12:21 PM, Ian Jamieson
<[EMAIL PROTECTED]> wrote:
Hi
Does cayenne have any problems useing utf8 character sets ?
Some time soon I may need to cope with different character sets, I am
currently using cayenne 3M4.
Will cayenne be ok using utf8 with a mySQL 5 database.
Ian