PDA

View Full Version : " " tunred out to be "?" with isilox


Harry
05-15-2004, 11:45 PM
All,

I use isilox4.01 to add html file in Big5. It is weird that all " " turned out to be "?". Could anyone tell me how to fix that?

Thanks,
Harry

iSilo
05-16-2004, 09:40 AM
Big5 does not have an encoding for the non-breaking space character, which is what   is, so it is considered an unknown character in that encoding, hence the '?'.

The only way around that is to use Unicode UTF-8 as the output encoding, but then you need to use a device with support for both Unicode and Chinese. If you're using Palm OS, that combination is not available, but for other platforms it is.