Re: pgAdmin2 Japanese display

From: "Hiroshi Inoue" <Inoue(at)tpf(dot)co(dot)jp>
To: <jm(dot)poure(at)freesurf(dot)fr>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: pgAdmin2 Japanese display
Date: 2002-02-25 16:19:19
Message-ID: EKEJJICOHDIEMGPNIFIJCEPGGOAA.Inoue@tpf.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-odbc

> -----Original Message-----
> From: Jean-Michel POURE [mailto:jm(dot)poure(at)freesurf(dot)fr]
>
> Dear all,
>
> Do you think it would be possible to display Japanese data in
> pgAdmin2 if we
> could recode UFT-8 (Server-side) into some Windows-compliant encoding
> (client-side) using SET CLIENT_ENCODING = WIN_JAP
>
> Are there some (undocumented) Windows Japanese encodings available in
> PostgreSQL?

SET CLIENT_ENCODING to 'SJIS'
Strictly speaking, you need a multibyte psqlodbc driver
to handle SJIS(Shift Jis) properly.

regards,
Hiroshi Inoue

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Jean-Michel POURE 2002-02-25 17:12:52 Database->ServerEncoding, ClientEncoding
Previous Message Dave Page 2002-02-25 16:12:54 pgSchema Changes

Browse pgsql-odbc by date

  From Date Subject
Next Message Jean-Michel POURE 2002-02-25 17:20:18 Re: pgAdmin2 Japanese display
Previous Message Jean-Michel POURE 2002-02-25 11:50:26 Re: [ODBC] pgAdmin2 UTF-8 support