Case Conversion Fix for MB Chars - Mailing list pgsql-patches

From Volkan YAZICI
Subject Case Conversion Fix for MB Chars
Date
Msg-id 7104a7370511261147t10958f57y7631c0e324d096c@mail.gmail.com
Whole thread Raw
Responses Re: Case Conversion Fix for MB Chars  (Volkan YAZICI <volkan.yazici@gmail.com>)
Re: Case Conversion Fix for MB Chars  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Here's small patch to fix case conversion problems for ILIKE and
(Oracle Compat.) lower/upper functions. (Related bug report is here:
http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php)

In tests it succeeded for Turkish characters while using LATIN5
encoding. But when encoding is UNICODE it still doesn't work. (IMHO,
for latin-N encodings there will be no compatibility problems; for
Unicode, I've no idea.)


Regards.

Attachment

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Should libedit be preferred to libreadline?
Next
From: Volkan YAZICI
Date:
Subject: Re: Case Conversion Fix for MB Chars