PDA

View Full Version : One language only for one file ?


Raymond Leung
07-04-2004, 01:59 PM
Hi,

I would like to ask if the language display in isilo depends on the "first page" if not specify in isilox setting.
is it possible to change by "pages" ?


more detail about my case :
My palm OS can display both traditional and simplified chinese

when I convert webpage "a" by isilox , a have 2 links to page "b" and "c"
a --> b ( traditional chinese )
--> c ( simplified chinese )

isilo works perfect if convert only page "b" or "c" ( individually as root page )
but if convert page "a" as document root , page "b" or "c" must be read with coding of page "a", so that I cannot read both pages correctly.

although all 3 pages have "charset" meta header, isilo read documents by language specified in "a"

** please notice, I didn't change coding in isilox, as I want the code varies according to html header

I'm not sure is it related to isilo or isilox.
Except dividing "b" and "c" into 2 files, any method to show them using correct code ?

Sorry for my bad english, hope I had describe the question clearly.

Thank you :)

iSilo
07-04-2004, 03:08 PM
A single document can use only one encoding. If you want to have both simplified and traditional characters in the same document, you would need to use the Unicode UTF-8 encoding for the document. However, there is none or not enough of the necessary Unicode support in Palm OS to support this, so there is no known way of being able to view such a Unicode encoded document on Palm OS. "iSilo for Windows" on Windows XP should have no problem displaying such a document though.

Raymond Leung
07-05-2004, 06:49 AM
Thank you ! :)