> >From PSQL, if I perform:
> \encoding LATIN9
> insert into i18ntest(id, data) values('Euro symbol', '¤');
>
> then I would expect this to insert a euro symbol into the data column
'¤' means '¤', not anything else. Maybe you want to try '\244'
(octal).
--
Peter Eisentraut peter_e(at)gmx(dot)net