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

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: Bug #908: Can not INSERT Cyrilic characters when use UNICODE database
Date: 2003-03-10 10:07:03
Message-ID: 20030310100703.BC974475EBB@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

Yuliyan Topalov (jtopalov(at)mail(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tatsuo Ishii 2003-03-10 13:34:49 Re: Bug #908: Can not INSERT Cyrilic characters when use
Previous Message dmarin 2003-03-10 06:19:26 bug in numeric log() on 7.1, 7.2.2, 7.2.3

Browse pgsql-hackers by date

  From Date Subject
Next Message Tatsuo Ishii 2003-03-10 13:34:49 Re: Bug #908: Can not INSERT Cyrilic characters when use
Previous Message Zeugswetter Andreas SB SD 2003-03-10 09:29:19 Re: Cursors and backwards scans and SCROLL