Reputation: 784
I've have a 100% custom desktop app created in C# that is now sold worldwide.
Some of my customers have complained that it doesn't support different IMEs, Input Method editors, e.g. you set your input to Japanese katakana or something similar, then type of few characters and it creates a Japanese Unicode character.
Does anybody know where to start with this? I can't figure out where or how to detect this kind of input or even how to do the conversion. E.g. given an input 'k' then 'a' you get カ.
I need to code this on Windows (using Winforms) and Mac (using Monomac or Cocoa). Either would be a helpful start.
Upvotes: 2
Views: 327