[RFE] Input japanease and the other multibytes langueage.

Started by momoka, January 26, 2014, 02:55:04

Previous topic - Next topic

momoka

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. :)