Re: BUG #1268: Two different Unicode chars are treated as equal in a query

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kent Tong" <kent(at)cpttm(dot)org(dot)mo>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #1268: Two different Unicode chars are treated as equal in a query
Date: 2004-09-24 03:06:05
Message-ID: 16431.1095995165@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"PostgreSQL Bugs List" <pgsql-bugs(at)postgresql(dot)org> writes:
> Description: Two different Unicode chars are treated as equal in a
> query

This would be a matter to take up with the maintainer of your locale
(which you didn't mention, but in any case it's a locale bug). We
just do what strcoll() tells us.

Note that it's possible this is a configuration error and not an
outright bug. Check to make sure that the locale you initdb'd
under is actually designed to work with UTF-8 data.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kent Tong 2004-09-24 03:51:40 Re: BUG #1268: Two different Unicode chars are treated as
Previous Message PostgreSQL Bugs List 2004-09-24 02:48:17 BUG #1268: Two different Unicode chars are treated as equal in a query