From: Martin H. <hor...@Fr...> - 2002-12-02 15:21:56
|
MINAMI (2002-12-03 00:11 +0900): > Now I understand what's going on. Thanks a lot. > > As far as I know, when XmbLookupString returns unknown keysym > (in this case "XK_dead_XXX"), mlterm simply ignore the input > and I guess that's a problem. > > However, to handle various accents, mlterm need to know how to compose > a accent and a letter into accented letter. > > The XFree86's xterm seems to contain a large table forconversion > from keysym to unicode. But it's a hack and I have to think a bit. > There must be some more cleaner approach... OK, I like your effort to keep the code clean. :-) Thanks for your time. Martin |