Although I'd love to fantasize about being knowledgeable enough, soon enough, to write it myself, I'll throw out a reminder/suggestion/plea to any enterprising programmer: try to implement a chinese dictionary that can run as an app on this firmware. It would necessarily be vastly different from the dictiolauncher alphabetical list scanner codebase that currently exists (it would need a database with levels).
One could make a chinese dictionary that scanned a list of 10k-40k characters (according to a unicode character code alphanumeric list)...but there could not be a worse way to do it. Even if it would be functionally acceptable when the reader was plugged in and running off mains/usb power, there just could not be a worse way. It would be the easiest to write and run, the most obvious choice for a novice programmer (like myself)...and the worst.
I'll go put in a feature request at prs+.
|