pgadmin3 kinput2+canna

From: "Hiroshi Saito" <saito(at)inetrt(dot)skcapi(dot)co(dot)jp>
To: "Andreas Pflug" <Andreas(dot)Pflug(at)web(dot)de>
Cc: <pgadmin-hackers(at)postgresql(dot)org>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Subject: pgadmin3 kinput2+canna
Date: 2003-07-17 16:54:36
Message-ID: 00c201c34c84$1ad5a930$1f324d80@w2k
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi Andreas.

I want to consult you about it.
One more problem came out though the solution of the locale problem could be
seen.

I use kinput2+canna for the Japanese input.
Recent gtk2 works well.

Since the solution of the locale problem, input freeze.
It thought whether it was the problem of the establishment.
But,
Poedit works without problem.
http://cre-ent.skcapi.co.jp/~saito/pgadmin3/freebsd_poedit.jpg

So, I made a hypothesis.

bool pgAdmin3::OnInit()
....
/* It was added forcibly after the establishment. */
locale.Init(wxLANGUAGE_DEFAULT);
locale.AddCatalog(wxT("pgadmin3"));
....
LANG=ja_JP.UTF-8 pgadmin3

This worked perfectly.
http://cre-ent.skcapi.co.jp/~saito/pgadmin3/freebsd_pgadmin3.jpg

Is there any good thought?

Regards,
Hiroshi-Saito

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Andreas Pflug 2003-07-17 17:05:16 Re: Properties dialogue/pane
Previous Message Andreas Pflug 2003-07-17 16:28:12 wxWindows cvs