Thomas, I use UNICODE encoding in all cases too. And the base OS is UNICODE (UTF-8) itself.
El 11/10/10 14:42, Thomas Mueller escribió:For the query: > select '2' > '10' a ,'12' > '-13' b ,'1 ' > '-' c , ')12' > '(13' d,')12'> > '(12' e; > I get: > a t > b t > c t > d t > e t > > I guess the difference is that I use client encoding "UNICODE": > > SHOW client_encoding; > -- You received this message because you are subscribed to the Google Groups "H2 Database" 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/h2-database?hl=en.
