Hello,

atm I'm developing a Java-Application with an embedded H2 DB. The DB is 
migrated from mySQL (kinda dictionary). The SQL-dump has about 500.000 
lines (5 tables). The mySQL DB has about 15 MB and the migrated H2 DB has 
about 45 MB.
After exporting the DB, all UTF8 glyphs are escaped with the \u syntax. So 
for each glyph i have now 6 chars to represent it. I also tried several 
other Java based DBs like HSQLDB - same result. After some investigations i 
found out, that Java
uses UTF16.

Is there a way to avoid the \u 6-char syntax for each non-ASCII glyph and 
store it instead in pure UTF-8?

Regards,
Dieter

-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to