Re: Sequence of characters not supported by psql/pg_dump

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: sminne(at)allis(dot)fr
Cc: pgsql-bugs(at)postgresql(dot)org, pbittner(at)allis(dot)fr
Subject: Re: Sequence of characters not supported by psql/pg_dump
Date: 2001-01-11 07:24:32
Message-ID: 20010111162432H.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Thomas Lockhart 2001-01-11 08:29:05 Re: Interval bug
Previous Message Justin Clift 2001-01-11 02:18:37 Re: Error in Constraint Checks with PGSQL 7.03