Quote:
Originally Posted by prashantsingh
i am posting two seprate files, the file named p are easily converted in to mobi format and readable in kindle. while the files named h are converting in mobi format and also readable in computer but not in kindle.
|
The source files in
h (2).epub are not encoded as UTF-8 files. They're most likely ISCII files. (The embedded font is Walkman-Chanakya-905.) You'll need to use an ISCII to Unicode converter like
this one, but for HTML files and convert each HTML file in the epub. For example:
before:
Quote:
<p class="caption"><span class="char-style-override-9">vkS”kkjksa dh lwph esa bu fp=kksa osQ uke pquks&g¡fl;k] oqQYgkM+h] vkSj l¡M+lhA</span></p>
|
after:
Quote:
<p class="caption"><span class="char-style-override-9">औजारों की सूची में इन चित्रें के नाम चुनो-ंउचयहँसिया, कुल्हाड़ी, और सँड़सी।</span></p>
|