I have a file with sql commands: The file is encoded in utf8. I have put
"derby.ui.codeset=utf8" in my derby.properties file in the derby system
directory.
When I load ij with
U:\docs\jprog\derby>java -jar %DERBY_HOME%/lib/derbyrun.jar ij -p ij.properties
And try to run the command in my file, I get
ij> ´╗┐insert into authors (name1, name2, data) values ('Abarca', 'Carolina',
'Abarca, Carolina 2');
ERREUR 42X02 : Lexical error at line 1, column 2. Encountered: "\u00bb" (187),
after : "".
Any idea what I'm missing ?
Thanks
François