Thank you for your advices. and I'll try it in few days, I am quite busy right now. BTW, I am not a programmer, and sorry that I cannot help in coding.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuoteOn the Kanji fonts: Thanks to Sean (and Sebastian) DfM supports bitmap fonts. We just need to find someone who is setting up the bitmap font for EDICT then you will have Kanji on your Motorola. Maybe you would like ... bitmap fonts are documented at http://dictionarymid.sourceforge.net/bitmapfont.html
$ mkdir work
$ cd work
$ unzip /path/to/dictionary.jar
$ unzip /path/to/DFM/latest/empty/DictionaryForMIDs.jar
$ find . -iname \*.png | while read f; do optipng $f; done
$ zip -9rD /path/to/new/dictionary.jar .