Re: [HACKERS] UTF-8 support - Mailing list pgsql-odbc

From Hiroshi Inoue
Subject Re: [HACKERS] UTF-8 support
Date
Msg-id 3BAFD2B6.3568D5B0@tpf.co.jp
Whole thread Raw
In response to UTF-8 support  (Jean-Michel POURE <jm.poure@freesurf.fr>)
Responses Re: [HACKERS] UTF-8 support  (Jean-Michel POURE <jm.poure@freesurf.fr>)
List pgsql-odbc
Jean-Michel POURE wrote:
>
> Hello Tatsuo & all,
>
>
> How about ODBC double-byte support?

If you use 'EUC_xx' or 'UTF-8' as the client encoding
you don't need the multibyte version of psqlodbc driver
but if you use 'SJIS' or 'BIG5' you need the multibyte
version introduced by Eiji Tokuya.

> Is any translation performed between back-end and front-end?

You have to set the connect settings Datasource option like
  set client_encoding to 'SJIS'
if you use the different client encoding from that of
server. psqlodbc driver issues above command immediately
after the connection was successful and could use conversion
functionality of PostgreSQL backends.

> Are there special ODBC settings to display Japanese?

pgAdmin.exe doesn't display Japanese characters here
but I can see Japanese characters using pgAdmin source.
There seems to be .. e.g. font problem ...

> Are there limitations due to Windows (95/98/NT)?
> I heard 95 Japanese support was catastrophic.

I've ever used win9X little and don't know the
details.

regards,
Hiroshi Inoue

pgsql-odbc by date:

Previous
From: "Hiroshi Inoue"
Date:
Subject: Re: Cut off BLOB fields?
Next
From: Hiroshi Inoue
Date:
Subject: Re: [HACKERS] ODBC driver flakieness