Hi,

At Thu, 25 Jan 2001 15:39:35 -0800 (PST),
Ienup Sung <[EMAIL PROTECTED]> wrote:

> I didn't see the original posting from Tomohiro KUBOTA but if possible,
> I would like suggest that the iconv() code conversion be done in the
> input method server/system side not each client so that there is no need to
> change any of existing propoerly internationalized applications but
> the only thing that you need to do is just run your application in
> ja_JP.UTF-8 locale...

It also is yes.  Since XmbLookupString() has to return string in
locale encoding (and all standard input/output are done using
locale encoding), it must return string in UTF-8 in UTF-8 locale.

However, it must work under ja_JP.eucJP locale also.  To achieve
this, clients has to use iconv() or wchar_t.  In this case, since
VIM is already written to use Unicode, iconv() approach is much
easier than wchar_t approach.

In short, both of XIM servers and clients need modification.
-
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/lists/

Reply via email to