Quote:
Originally Posted by JSWolf
You left out
Code:
<meta content="http://www.w3.org/1999/xhtml; charset=utf-8" http-equiv="Content-Type"/>
I have seen plenty of ePub where the code is not going to be rendered correctly because it's the program doing the rendering is not forcing UTF-8. The meta content is needed to make sure the program renders the code as UTF-8. It's even sometimes needed for a Kindle. It is mostly quotes and apostrophes that won't be rendered correctly.
|
I'm pretty sure that an ePub reader would get that from the .opf file, thus making it redundant in the header, wouldn't it??