Re: UNICODE - Mailing list pgsql-hackers

From Marko Kreen
Subject Re: UNICODE
Date
Msg-id 20011028115041.A12320@l-t.ee
Whole thread Raw
In response to UNICODE  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Responses Re: UNICODE
List pgsql-hackers
On Sun, Oct 28, 2001 at 09:22:24AM +0100, Jean-Michel POURE wrote:
> Dear all,
> 
> I am running PostgreSQL 7.1.2 with UNICODE support in production.
> Maybe I miss something about UNICODE:

> SELECT * FROM test WHERE source_content ILIKE '%accepté%' ---> returns 
> nothing
> SELECT * FROM test WHERE source_content ILIKE '%accepte%' ---> returns 
> nothing
> 
> The same happens from ODBC, PHP and psql. Can you reproduce this?

1) Did you compile PostgreSQL with --enable-locale
2) Did you set correct locale for postmaster (LANG=xxx)

-- 
marko



pgsql-hackers by date:

Previous
From: Jean-Michel POURE
Date:
Subject: UNICODE
Next
From: Jean-Michel POURE
Date:
Subject: Re: UNICODE