Hi.
For member chat of network games,
I want to input Japanease sentences as LWJGL input events.
LWJGL window dose not support multi bytes input from Input method,
for example, XIM on linux, MacOSX.
At only Windows, I can input multibytes cahracters with IME.
I want to get multibytes characters from org.lwjgl.input.Keyboard.getEventCharacter().
Thanks.
