UPPER()/LOWER() and UTF-8

From: Alexey Mahotkin <alexm(at)w-m(dot)ru>
To: pgsql-hackers(at)postgresql(dot)org
Subject: UPPER()/LOWER() and UTF-8
Date: 2003-11-04 12:41:44
Message-ID: 87znfcfgqf.fsf@dim.w-m.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Hello,

I'm running Postgresql 7.3.4 with ru_RU.UTF-8 locale (with UNICODE
database encoding), and all is almost well, except that UPPER() and
LOWER() seem to ignore locale.

I searched the sources couple of times, but do not understand where is
the implementation of UPPER()/LOWER(). Could you please point me to
the right direction?

I'll try to understand and fix that. (But maybe patches for that
exist? Or maybe FreeBSD 4.8-RELEASE utf-8 locales are broken in that
respect?)

Thanks a lot,

--alexm

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB SD 2003-11-04 13:47:37 Re: Experimental patch for inter-page delay in VACUUM
Previous Message Andrew Dunstan 2003-11-04 12:18:45 Re: docco on external storage?