Re: Proper Unicode support - Mailing list pgsql-hackers

From Oleg Bartunov
Subject Re: Proper Unicode support
Date
Msg-id Pine.GSO.4.56.0308111252320.17880@ra.sai.msu.su
Whole thread Raw
In response to Re: Proper Unicode support  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Proper Unicode support
List pgsql-hackers
On Mon, 11 Aug 2003, Peter Eisentraut wrote:

> Alexey Mahotkin writes:
>
> > AFAIK, currently the codepoints are sorted in their numerical order.  I've
> > searched the source code and could not find the actual place where this is
> > done.  I've seen executor/nodeSort.c and utils/tuplesort.c.  AFAIU, they
> > are generic sorting routines.
>
> PostgreSQL uses the operating system's locale routines for this.  So the
> sort order depends on choosing a locale that can deal with Unicode.
>

sort order works, but upper/lower are broken.

>
Regards,    Oleg
_____________________________________________________________
Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
Sternberg Astronomical Institute, Moscow University (Russia)
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(095)939-16-83, +007(095)939-23-83


pgsql-hackers by date:

Previous
From: Oleg Bartunov
Date:
Subject: Re: Farewell
Next
From: Mike Mascari
Date:
Subject: Re: Farewell