Hi Thomas,

If I set the encoding to cp850 (native encoding of dos console) in the
java command line, I get what you say :

sql> SELECT 'ä', STRINGDECODE('\u00e4');
STRINGDECODE('\u00e4')|STRINGDECODE('\u00e4')
ä                     |ä
(1 row, 16 ms)
sql>

Maybe it is possible to change the native codepage of the windows
console with chcp command.
I could get a correct result from jEdit setting jEdit shell option and
-Dfile.encoding to cp1252

but it did not work with utf-8 which displays :
sql> SELECT 'ä', STRINGDECODE('\u00e4');
STRINGDECODE('\ufffd')|STRINGDECODE('\u00e4')
�                     |ä
(1 row, 46 ms)


Thanks for the help

Michaël Michaud
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to