Hello Henrycat, thank you for your information, and your kind offer for taking questions!
I want to know if the iLiad is capable of displaying multibyte characters (especially Japanese) in it's PDF/TEXT/XHTML browsers.
There are some downloadable files to test this:
Multilingual PDFs
Sample PDFs for Japanese "top to bottom, right to left" writing direction
UTF-8 plain text (more can be found in
openi18n's testsuite)
HTML
Unfortunately, I couldn't find a multilingual test page written in valid XHTML.
But FYI, there's
HTML Tidy to convert (and tidy up) HTMLs into XHTML.
I tested it using a
Windows binary, and converted
http://homepage2.nifty.com/PAF00305/lib/unicode.html by doing:
Code:
tidy -utf8 -asxhtml -m unicode.html
It worked fine, and gave me a valid XHTML in UTF-8.
I hope it's not too much trouble for you...