Bug #908: Can not INSERT Cyrilic characters when use UNICODE database

Started by Nonamealmost 23 years ago3 messages
#1Noname
pgsql-bugs@postgresql.org

Yuliyan Topalov (jtopalov@mail.bg) reports a bug with a severity of 2
The lower the number the more severe it is.

Short Description
Can not INSERT Cyrilic characters when use UNICODE database

Long Description
Hi!
There's a bug when use try to insert Cyrilic characters:
Error number -2147467259. Invalid UNICODE character sequence found
(0xef2064).
From other (Delphi) application errror string is: Unicode >=0X10000 is not supported.
When the database is created with ASCII support - there's not a problem.
OS - Windows XP
CPU - AMD Palomino - 2000
Postgresql version - Windows Proof of concept - 7.3.1

Sample Code
insert into t2 (names) values ('�����');
Field names is of type varchar (60)

No file was uploaded with this report

#2Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Noname (#1)
Re: Bug #908: Can not INSERT Cyrilic characters when use

Sample Code
insert into t2 (names) values ('xxx');

What did you insert as xxx? I would like to see them as hex or octal
value.
--
Tatsuo Ishii

#3Tatsuo Ishii
t-ishii@sra.co.jp
In reply to: Noname (#1)
Re: [BUGS] Bug #908: Can not INSERT Cyrilic characters when use

Sample Code
insert into t2 (names) values ('xxx');

What did you insert as xxx? I would like to see them as hex or octal
value.
--
Tatsuo Ishii

As 'xxx' I insert Cyrillic characters. Here are some hex values: E0, FE,
DE, EE.

Are you sure that these are correct UTF-8 character sequences? For me
it seems not.
--
Tatsuo Ishii