Re: [HACKERS] Case Conversion Functions

2005-12-26 Thread Tom Lane
Volkan YAZICI <[EMAIL PROTECTED]> writes: > There're lots of places in the code which uses either pg_tolower() > or just tolower() - without aware of MB characters; or some > on-their-own implementations of pg_tolower(). (Actually, AFAIK, > whole MB case conversion is broken in -rHEAD.) The upper/

[HACKERS] Case Conversion Functions

2005-12-26 Thread Volkan YAZICI
Hi, There're lots of places in the code which uses either pg_tolower() or just tolower() - without aware of MB characters; or some on-their-own implementations of pg_tolower(). (Actually, AFAIK, whole MB case conversion is broken in -rHEAD.) For instance, consider backend/utils/adt/{like.c, like_