Re: odbc silently dropping national characters in CP1250 encoding

From: Dragan Matic <perakojotgenije(at)gmail(dot)com>
To: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc silently dropping national characters in CP1250 encoding
Date: 2009-06-05 11:01:23
Message-ID: a5acdc8c0906050401o77a20121x77114893bd6f6954@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Here are mylog and psqlodbc logs for both win1250 and latin2 databases

On Thu, Jun 4, 2009 at 11:29 PM, Hiroshi Inoue<inoue(at)tpf(dot)co(dot)jp> wrote:
> Dragan Matic wrote:
>>
>> I have a LATIN2 database on the server side and a Postgresql ANSI odbc
>> connection on the client side (windows xp sp2, latest odbc driver,
>> version 8.03.04.00)
>>
>> when I try inserting something like this:
>>
>> insert into sample_table (sample_column) values ('öüóőúíéáűÍÜÓÖŐÚÉÁŰ')
>> insert into sample_table (sample_column) values ('čćšđž ČĆŽŠĐ')
>>
>> and then selecting it, I get the following:
>>
>> öüóoúíéáuÍÜÓÖOÚÉÁU
>> ccšdž CCŽŠÐ
>
> Could you send me the Mylog output of the operations?
>
> regards,
> Hiroshi Inoue
>

Attachment Content-Type Size
win1250_mylog_3520.log application/octet-stream 3.1 KB
win1250_psqlodbc_3520.log application/octet-stream 391 bytes
latin2_mylog_3520.log application/octet-stream 3.1 KB
latin2_psqlodbc_3520.log application/octet-stream 394 bytes

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message Lothar Behrens 2009-06-05 11:51:09 Unicode ODBC driver with support of SQLForeignKeys?
Previous Message Hiroshi Inoue 2009-06-04 21:29:52 Re: odbc silently dropping national characters in CP1250 encoding