problem with Win1251 (Cyrillic)

Поиск
Список
Период
Сортировка
От Dobrena Miteva
Тема problem with Win1251 (Cyrillic)
Дата
Msg-id 000801c538fa$e498b640$2100a8c0@reny
обсуждение исходный текст
Ответы Re: problem with Win1251 (Cyrillic)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-bugs
Dear Postgre team,

=20

My name is Mladen Mitev.

I downloaded and installed Postgre SQL 8.0.1 and I found that it did not wo=
rk with Win1251 (Cyrillic). It did not translate the capital and small lett=
ers.

These commands did not work:

 ILIKE

 lower()

 upper()

By example:

1.

create table t1 (c1 varchar(15) )

2.

insert into t1( c1) values ('=F0=D2=CF=C2=C1')

3.

select lower( c1), c1 from t1

=20

output :

'=F0=D2=CF=C2=C1'=20

it should be:

'=D0=D2=CF=C2=C1'=20

=20

I would like to consult me how to solve this problem?

I am looking forward your prompt reply.=20

=20

Thank you in advance,

Mladen Mitev

mitev@fullsoft.net

www.fullsoft.net

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

Предыдущее
От: Enrico Weigelt
Дата:
Сообщение: Re: float conversion / presentation problem ?
Следующее
От: "David Elliott"
Дата:
Сообщение: BUG #1580: pg_dumpall aborts when cwd is unreadable