View Single Post
Old 04-09-2018, 07:11 AM   #4
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,740
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by prashantsingh View Post
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&amp;g¡fl;k] oqQYgkM+h] vkSj l¡M+lhA</span></p>
after:

Quote:
<p class="caption"><span class="char-style-override-9">औजारों की सूची में इन चित्रें के नाम चुनो-ंउचयहँसिया, कुल्हाड़ी, और सँड़सी।</span></p>
Doitsu is offline   Reply With Quote