View Single Post
Old 12-13-2021, 05:47 PM   #3
phossler
Wizard
phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.phossler ought to be getting tired of karma fortunes by now.
 
Posts: 1,087
Karma: 447222
Join Date: Jan 2009
Location: Valley Forge, PA, USA
Device: Kindle Paperwhite
Is there a way to set the lang parameter in a file to something (other than the default language for the book) that would cause all words to be accepted?

Code:
<?xml version='1.0' encoding='utf-8'?>
<html xmlns="http://www.w3.org/1999/xhtml"
 xmlns:epub="http://www.idpf.org/2007/ops"
xml:lang="nospellcheck">

<head>
  <title>The Adventures of Sherlock Holmes</title>
  <link rel="stylesheet" type="text/css" href="../epub3_01.css"/>
  <link rel="stylesheet" type="text/css" href="../styles/epub_55.css"/>
  <link rel="stylesheet" type="text/css" href="../styles/Georgia.css"/>
</head>

<body>
or

Code:
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:epub="http://www.idpf.org/2007/ops"
xml:lang="any">
phossler is offline   Reply With Quote