Hi Myrna, I'm not totally sure about this and someone please correct me if I'm wrong, but I think ij might not support these characters itself. Have you tried testing this with a Java client?
Tiago On Tue, Oct 5, 2010 at 7:31 AM, Myrna van Lunteren <[email protected]>wrote: > Hi, > > I've been struggling to do a simple manual ij test with French. > Does anyone know the correct derby.ui.codeset? > > I've tried 1252, UTF8, which give me correct accents (é,ê,à for > example), but when I try to create a table with those characters, I > get ERROR (ERREUR) 42X02: Lexical error... > ------------- > create table éprêtà (êtà1 int, c2 varchar(4)); > ------------- > I can create my table when derby.ui.codeset=863, but then I get > question marks instead of the correct accents in the ij output. > > I'm using windows XP and ibm 1.6 and derby 10.6.2.1. > > Thx, > Myrna >
