Quote:
Originally Posted by troubledMan
That's one of the strangest things: when I unpack the epub, every page is utf-8 encoded, unix format... Everything seems to be OK, but the conversion is as shown in the attachment.
|
Maybe the HTML pages are missing the proper HTML declaration.
Sigil usually adds the following for epub2 files:
Code:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">