Re: Proper Unicode support

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alexey Mahotkin <alexm(at)hsys(dot)msk(dot)ru>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Proper Unicode support
Date: 2003-08-11 14:23:33
Message-ID: 2182.1060611813@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alexey Mahotkin <alexm(at)hsys(dot)msk(dot)ru> writes:
> Where is the actual code for (rudimentary) Unicode collation?

strcoll() and friends, in libc. If you aren't happy with the sorting
and case translation behavior, you've selected the wrong locale.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-08-11 14:31:21 Re: dropping a user causes pain (#2)
Previous Message Stephan Szabo 2003-08-11 13:51:15 Re: Farewell