View Single Post
Old 12-13-2012, 10:56 AM   #1
Steubie
Junior Member
Steubie began at the beginning.
 
Posts: 6
Karma: 10
Join Date: Mar 2012
Device: Nook
accents and entities in an epub

Currently I am finishing an index and ebook of a scholarly work -- seven languages, 467 footnotes, etc. The only remaining item prior to customer acceptance is to get the accented characters in French and German showing correctly.

My standard opening for XML files is:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!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">

This standard opening leaves all of the &Eacute; and &ocirc;, etc. showing in the text.

I have tried following up the DOCTPE lines above with
<!ENTITY HTMLlat1 PUBLIC
"-//W3C//ENTITIES Latin 1 for XHTML//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml-lat1.ent">

Flight Crew and EPubCheck are very unhappy with this.

Any suggestions?
Steubie is offline   Reply With Quote