Re: Sequence of characters not supported by psql/pg_dump - Mailing list pgsql-bugs

From Tatsuo Ishii
Subject Re: Sequence of characters not supported by psql/pg_dump
Date
Msg-id 20010111162432H.t-ishii@sra.co.jp
Whole thread Raw
In response to Sequence of characters not supported by psql/pg_dump  (<sminne@allis.fr>)
Responses Re: Sequence of characters not supported by psql/pg_dump
List pgsql-bugs
>     I use PostgreSQL 7.0.2 on linux.
>     The base was set with initdb -E UNICODE.
>
>     I have many Strings with accents (french language).
>     Some of them aren't supported by queries or pg_dump:
>
> WORKING EXAMPLE:
> DB=# select * from element_attribute  where java_lang_string like 'Scholtè_s';

Are you sure that the letter (LATIN SMALL LETTER E WITH GRAVE) is
encoded in UTF-8? It's 2 bytes long and starting with 0xc...
--
Tatsuo Ishii

pgsql-bugs by date:

Previous
From:
Date:
Subject: Sequence of characters not supported by psql/pg_dump
Next
From: Thomas Lockhart
Date:
Subject: Re: Interval bug