Re: odbc silently dropping national characters in CP1250 encoding - Mailing list pgsql-odbc

From Dragan Matic
Subject Re: odbc silently dropping national characters in CP1250 encoding
Date
Msg-id a5acdc8c0906050401o77a20121x77114893bd6f6954@mail.gmail.com
Whole thread Raw
In response to Re: odbc silently dropping national characters in CP1250 encoding  (Hiroshi Inoue <inoue@tpf.co.jp>)
List 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@tpf.co.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

pgsql-odbc by date:

Previous
From: Hiroshi Inoue
Date:
Subject: Re: odbc silently dropping national characters in CP1250 encoding
Next
From: Lothar Behrens
Date:
Subject: Unicode ODBC driver with support of SQLForeignKeys?