Hi,
I am not sure how and where I should use the \encoding latin1
Something like,
psql test01
\encodinng latin1
\q
pg_restore .....
Regards
Søren,
> Ð ÐÑк, 06.07.2003, в 19:57, Soeren Laursen пиÑеÑ:
>
> > pg_restore: ERROR: copy: line 1, Invalid UNICODE character sequence
> > found (0xf87665)
>
> > No need to say that the new database is created with UNICODE
> > encoding?!
>
> use
>
> \encoding latin1
>
> once when you import the data. That'll convert the data from latin1 to
> utf-8 encoded unicode on the fly. Then again I don't know what charset
> denmark uses usually, probably some other latin variant.
>
> --
> Markus Bertheau.
> Berlin, Berlin.
> Germany.