This is from the top of the file for chapter 1:
<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="text/html; charset=iso-8859-1" />
<title>The Cardinal of the Kremlin</title>
<link rel="stylesheet" href="../Styles/clan_9781101002384_oeb_css_r1.css" type="text/css" />
<meta content="urn:uuid:450bc958-e7cc-416b-9f8d-e20e7910b456" name="Adept.resource" />
<style type="text/css">
div.sgc-2 {font-style: italic}
div.sgc-1 {font-weight: bold}
</style>
</head>
I assume the first line should be more like this:
<?xml version="1.0" encoding="UTF-8" ?>
How do I know what encoding to use?
Every time I change it in Sigil, it changes back.
I did try running the file through epubcheck-1.0.5. It says no errors or warnings detected.
Last edited by ChrisI; 05-13-2010 at 09:38 PM.
|