Quote:
Originally Posted by theducks
Have you tried Sigil .2-RC2 ?
|
I just opened Steve's book in Sigil 0.2RC2, and during Sigil's clean up operation on initially opening the book, Sigil removed all windows-1252 code page declarations and just declared the UTF-8 code page. That made the quotes problem permanent, so the curly quotes being used in the book must have been taken from the windows-1252 code page?????
This is what the page that I sampled previously looks like after Sigil filters and imports the EPUB.
Code:
<?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=utf-8" http-equiv="CONTENT-TYPE" />
<title>Earth Fleet - Book 1</title>
<meta content="http://www.w3.org/1999/xhtml; charset=utf-8" http-equiv="Content-Type" />
<link rel="stylesheet" href="../Styles/stylesheet.css" type="text/css" />
<style type="text/css">
@page { margin-bottom: 5.000000pt; margin-top: 5.000000pt; }
</style>
</head>
<body class="calibre">
<p class="dedication" id="calibre_pb_1">Author's Note</p>
<p class="calibre1">This novel is book 1 of the “Earthfleet� saga, the first of three sagas that make up the “Bitter Cycles of Man� series. To learn more about this series, or other books that I've written, or are in progress, go to:<a href="http://www.realmsofimagination.net">www.realmsofimagination.net</a></p>
</body>
</html>