Re: odbc silently dropping national characters in CP1250 encoding

From: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
To: Dragan Matic <perakojotgenije(at)gmail(dot)com>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: odbc silently dropping national characters in CP1250 encoding
Date: 2009-06-04 21:29:52
Message-ID: 4A283CD0.1040205@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Dragan Matic 2009-06-05 11:01:23 Re: odbc silently dropping national characters in CP1250 encoding
Previous Message Dragan Matic 2009-06-04 07:35:13 odbc silently dropping national characters in CP1250 encoding