Grabiel wrote:Nakano:
Thanks for this great software, i been looking for some thing like this for years, specificaly, looking for a chinese kind of software, so i created a few lists based on my chinese language course.
Sadly i found not all the characters can be displayed maybe if you check for your self you will see what I meant.
Have a nice day!
Thank you very much for registering and reporting the issue! I actually was planning to release a new update tomorrow, but I am going to delay it because I want to solve this issue properly. However, as for now, here is a quick fix to solve your issue. Open index.lua with Notepad++ and add the middle two lines to the font list.
-- FONTS
ifont = IntraFont.load("flash0:/font/jpn0.pgf", IntraFont.STRING_UTF8);
chn = IntraFont.load("flash0:/font/gb3s1518.bwfon", IntraFont.STRING_UTF8);
IntraFont.setAltFont( ifont, chn );
ifontLtn = IntraFont.load("flash0:/font/ltn0.pgf", IntraFont.STRING_UTF8);
May I add your Chinese word lists to the next release (cantonese or mandarin?)?