problems with changing the case of turkish characters - Mailing list pgsql-sql

From the6campbells
Subject problems with changing the case of turkish characters
Date
Msg-id 22431f1b0912070912p10c3191flaab6cee97e5ab63f@mail.gmail.com
Whole thread Raw
Responses Re: problems with changing the case of turkish characters  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
Just want to clarify if there is something I've overlooked or if this is a known issue in PG 8.4 and 8.3
 
 
CREATE DATABASE test
  WITH OWNER = postgres
       ENCODING = 'UTF8'
       LC_COLLATE = 'English, United States, UTF-8'
       LC_CTYPE = 'English, United States, UTF-8'
 
 
select ('İsteği') from tversion
"İsteği" was expecting "isteği"
 
select upper('iışğüçö') from tversion
"IıŞĞÜÇÖ"
 
select lower ('İIŞĞÜÇÖ') from tversion
"İişğüçö"
 
 

pgsql-sql by date:

Previous
From: tv@fuzzy.cz
Date:
Subject: Re: Query Performance
Next
From: Tom Lane
Date:
Subject: Re: problems with changing the case of turkish characters