Quote:
Originally Posted by kiklop74
Software that draws epub in sony reader renders everything using latin-1 character set and not utf-8 hence the format is useless for any other non-latin language text.
|
That is most definitely not true. EPUB OPS 2.0 documents are XHTML, which inherits the XML default encoding of UTF-8. Accurate rendering then just means ensuring that all encoded glyphs are available, which is merely a matter of embedding font containing any characters not provided by the Adobe default set.
Quote:
Originally Posted by kiklop74
BTW speaking of which is there a chance to modify recipe behaviour to convert downloaded pages into real unicode (utf-16)? Kovid?
|
What do you mean by "real unicode"? UTF-8 and UTF-16 are just different encodings of the same character set.