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

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

pgsql-odbc by date:

Previous
From: Dragan Matic
Date:
Subject: odbc silently dropping national characters in CP1250 encoding
Next
From: Dragan Matic
Date:
Subject: Re: odbc silently dropping national characters in CP1250 encoding