We are about to switch to a new forum software. Until then we have removed the registration on this forum.
i found only english can show in processing, no other characters. i need to display chinese characters in processing, who can help me , thanks very much.
Answers
You need to set a suitable font in preference.txt, I did it with Cyrillic characters, I think this would work for Chinese as well.
You need to set a suitable font in preference.txt, I did it with Cyrillic characters, I think this would work for Chinese as well.
sorry,do you mean setting a suitable font in preference.txt in processing or in excel? i didn't get it.
I meant in Processing, if you need to display data there using either println() or if you want to see chinese in Editor itself. Your CSV should be in correct coding as well, I used UTF-8, but I'm not sure about Chinese. You may also want to create a suitable PFont for your text().
https://github.com/PhiLhoSoft/Processing/tree/master/_QuickExperiments/ShowKanji
https://github.com/PhiLhoSoft/Processing/tree/master/_QuickExperiments/_Static/ShowKoreanChars