in reply to Re^2: Is there a way to make Prima widgets accept double byte characters?
in thread Is there a way to make Prima widgets accept double byte characters?

@Anonymous Monk, thank you for the suggestion. I know nothing about the C language but is it that I only need to add something in the switch block in the global.c source, like:
case WM_IME_CHAR: ev. key. code = mp1;
Anyway this is probably the crux of the problem. Thank you :)
  • Comment on Re^3: Is there a way to make Prima widgets accept double byte characters?
  • Download Code