We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpPrograms › [Need help] Problem with Chinese input
Page Index Toggle Pages: 1
[Need help] Problem with Chinese input (Read 576 times)
[Need help] Problem with Chinese input
Apr 23rd, 2010, 3:57am
 
I am a student doing on processing as my final year project and I got a big problem on it. Would anyone please give an advisement to me?

The problem is:

I would like to make one part of my project is that allowing participants have a living typing in chinese. That's mean they type with keyboard and the words they typed would be shown immediately. The big problem is Chinese. If in english i know it is just simply type "KEY". I cannot heal with how the chinese input method runs and to write the script about it in processing.

This is all my concern.

Looking forward to see anyone's help and reply. Thank you.
Re: [Need help] Problem with Chinese input
Reply #1 - Apr 24th, 2010, 12:17pm
 
I guess chinese chars are just handled as regular UTF-8 encoded chars, so there should be no problem.
Page Index Toggle Pages: 1