[SOLVED] How to type Chinese?

max8568

24-08-2009 13:18:21

Hi~

I don't know how to type Chinese in edit...

Can someone help me? any suggestion?

thanks : )

nargil

24-08-2009 18:14:22

I'm not sure if that is the case, but I had to edit core_font.xml. To have polish fonts working I needed to add <Code range="211 380"/> You will probably need another range for chinese.

max8568

25-08-2009 02:13:02

thanks your reply~~

My project is a chat room.

I can display Chinese in widget edit.

the problem is......I can't type any Chinese word to Edit when I change IME to Chinese.

thanks~~~

:)

max8568

27-08-2009 09:20:24

oh~ya

I find a way to solve my problem.

key point: WM_IME_COMPOSITION, ImmGetContext() and ImmGetCompositionStringW()

thanks~~~