> you can select anything as --output-charset, characters from > --input-charset that cannot be represented in --output-charset > are included as unicode values - this is why default --output-charset > is ascii, rather than palmos.
Having default output charset not be palmos will make searching significantly less efficient, especially on ARM units. Searching is optimized for 8-bit text. In fact, it currently doesn't work for unicode at all (unless your patch fixes that). Alex _______________________________________________ plucker-dev mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-dev
