Hi, I've a small app running on jruby and sequel, accessing H2 embedded databases through jdbc.
I've plenty of germanic letters (like 0xD6 capital o with umlaut) I would need in my records, but when it goes as part of a string into my H2 db, I cannot get back the original content through queries. How to perform this? I am currently using jruby in 1.8 mode, and moving to 1.9 (in order to use force encoding plugin for example) is not an option yet. Thanks. -- Christian -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sequel-talk?hl=en.
