Re: Font debugging code

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Andreas Pflug" <pgadmin(at)pse-consulting(dot)de>
Cc: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Font debugging code
Date: 2003-10-16 18:23:09
Message-ID: 05a301c39412$8d357980$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Oops,
Continuation.

LC_CTYPE became necessary, too?
As for input of Japanese, is all right in this.

#!/bin/sh
LC_CTYPE=ja_JP.UTF-8
export LC_CTYPE
LANG=ja_JP.UTF-8
export LANG
pgadmin3

Hi Dave.
Can you have docs/ime_setting.html make an addition.

regards,
Hiroshi Saito

----- Original Message -----
From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>

> Hi Andreas.
> It thinks that it will be seen variously from now.
>
> Conditions are explained.
>
> 1) pgAdmin3-1.0.1 Release + wxWindows-20031010+patch
> This works well.
> 2) pgAdmin3-1.1.0 Developer + wxWindows-20031010+patch
> This can't do input of Japanese in IME.!!
> It can't be used.
> It seemed to call more problem, and a problem became very difficult.
>
> regards,
> Hiroshi Saito

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2003-10-16 18:55:43 Re: Font debugging code
Previous Message Hiroshi Saito 2003-10-16 17:52:54 Re: Font debugging code