Case Conversion Fix for MB Chars

Поиск
Список
Период
Сортировка
От Volkan YAZICI
Тема Case Conversion Fix for MB Chars
Дата
Msg-id 7104a7370511261147t10958f57y7631c0e324d096c@mail.gmail.com
обсуждение исходный текст
Ответы 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>)
Список 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.

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Should libedit be preferred to libreadline?
Следующее
От: Volkan YAZICI
Дата:
Сообщение: Re: Case Conversion Fix for MB Chars