IME
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I use IME to control i/o in Japanese and Chinese. While using an edit control for input, everything works fine. When I use the same edit control for editing an existing text string, the original string is shown as bytes instead of the Japanese Hiragana characters. More characters can be entered, and the result is correct, but the appearance is ugly. Should I be using ImmSetCompositionString() or something else, and if so, does anyone know how?