Tiago Espinha <[email protected]> writes:

> 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.

I think it's supposed to. It works fine on my Solaris box without
setting any properties:

ij> create table éprêtà (êtà1 int, c2 varchar(4));
0 rows inserted/updated/deleted
ij> select * from éprêtà;
ÊTÀ1       |C2  
----------------

0 rows selected

-- 
Knut Anders

Reply via email to