Обсуждение: case sensitive problem

Поиск
Список
Период
Сортировка

case sensitive problem

От
"Anton Andreev"
Дата:
 Hi,

I have a db with unicode encoding. I store both English and Bulgerian.

collation Bulgerian.1251
ctype Bulgerian.1251

I am using regular expressions ~* which are supposed to be case
insensitive, but they are NOT! I need them to be case insensitive.

What should I do?

Cheers,
Anton