pgaccess Japanese input capability patch

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: teo(at)flex(dot)ro
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-interfaces(at)postgresql(dot)org
Subject: pgaccess Japanese input capability patch
Date: 2001-02-24 12:41:14
Message-ID: 20010224214114Z.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-interfaces

Hi Teodorescu,

I have made patches which enable pgaccess to input Japanese characters
in the table editing window. As you might know, to input Japanese
characters, we first type in "hiragana" then convert it to "kanji". To
make this proccess transparent to tcl application programs, libraries
are provided with localized version of Tcl/Tk. The patches bind
certain keys to initiate a function (kanjiInput) that is responsible
for the conversion process. If the function is not available, those
keys will not be binded.

Comments?
--
Tatsuo Ishii

Attachment Content-Type Size
pgaccess.patch text/plain 3.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew Kirkwood 2001-02-24 15:49:37 A patch for xlog.c
Previous Message Hiroshi Inoue 2001-02-24 08:41:13 Re: WAL does not recover gracefully from out-of-disk-space

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2001-02-24 17:42:22 Re: Re: Pooled connections
Previous Message Max Khon 2001-02-24 10:42:28 Re: ODBC examples