I am publishing an HTML page (a book) to Kindle using kdp.amazon.com and I encountered an encoding problem so I added:
lang="en"
to:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd" lang="en">
and
charset="utf-8"
to
<meta charset="utf-8"/>
But I am still having the same problem with characters like ' or |. Please see the image attached below.
(should be it's)
