PSC
Still Fresh
Debian Jessie has font and input method support in its standard repositories. While probably not perfect it was good enough for my father in law when he last visited. I installed the necessary packages manually, but possibly just installing meta package task-chinese-s is all that is needed (if not, providing an adequate meta package could be a community project).
@PSC I think you should be able to input chinese somehow since the pyra will run debian. It should be able to display chinese characters just like with other linux distros. Not sure how input works with linux, but there is software that let's you enter pinyin and it will translate to chinese characters:
http://wiki.debian.org/gnome-chinese-input
there's probably other options for various use cases and it should theoretically work. maybe ED can test this already with the prototype once the keyboard fully works.
EDIT: ninja'd by _jr_
Thank you very much!
Now I am using Linux Mint, for Chinese input method, there is a software called ibus, once installed that, I can add input method for almost every language to it. But since Pyra is an ARM machine, I think any program will need to recompile then it could run on Pyra, right? Will "apt-get install" work? Or everything need to do the "./configure" "make&make install" process? Actually this is the only thing I am worry about. Because I think under Linux platform, compile and install a software is not easy. There always missing this or missing that, even just not working, some of them rely on the kernel or libc version, that can be a nightmare.