Hi,
I want to know how to retrieve the character mapping table from ms IME?
When the user key in "gao xing", ms IME will display 高兴 in Chinese.
What I want to achieve is the other way round; when user key in 高兴, the program will convert it to "gao xing". In order to do that, I need a database / mapping table for this. And I guess MS IME contains this table already, it's just the matter how i retrieve it.
Do you have any idea how to do it?