A filename encoding problem.
Although contentlister accepts Unicode filename and path (so we can use CJK glyphs in contentlister), Mobipocket format file must be named in ascii character. If not ascii named, the mobi file can not be opened from contentlister.
I think the problem lies in the shell script file "/home/intent/runmobi.sh". The script tries to transfer filename to JVM (Mobi-reader runs on JVM). It's either the script give wrong filename, or JVM wrongly receive the filename string.
I want to use iconv to translate filename string in the shell script, but iLiad busybox doesn't seem to have it. Does anybody have some suggestion for this problem?
|