Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Conversion

Notices

Reply
 
Thread Tools Search this Thread
Old 10-18-2015, 11:12 PM   #1
mickblu
Member
mickblu began at the beginning.
 
mickblu's Avatar
 
Posts: 14
Karma: 10
Join Date: Nov 2012
Device: Kindle Paperwhite 3
Angry ePub to Mobi conversion strips accented characters and replaces with unaccented ones

Hi, I acquired a book containing Serbo-Croatian characters in epub format. Looking at it in the Calibre viewer(as an epub) all the accented characters appear correctly. Once I convert the document to mobi (using Calibre) the accented characters are only shown as the unaccented base character (e.g. ŝ becomes a plain s, Č becomes C etc.).

After reading the forums, I downloaded the 'KindleAllCodes' file as a mobi from here, uploaded it to my Kindle, and lo and behold, all the characters are displayed correctly. So I know the Kindle is capable of displaying the characters correctly. I also know the file is correctly encoded because I can see the characters in the epub.

My assumption is that somehow the conversion process is stripping the accents from the characters.

Does anyone know what I need to do to make the conversion work?

TIA,

Michael

Last edited by mickblu; 10-18-2015 at 11:14 PM. Reason: typos
mickblu is offline   Reply With Quote
Old 10-18-2015, 11:17 PM   #2
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,345
Karma: 27182818
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Turn off the (default off) transliterate unicode characters option in the look & feel section of the conversion dialog
kovidgoyal is online now   Reply With Quote
Advert
Old 10-19-2015, 12:55 PM   #3
mickblu
Member
mickblu began at the beginning.
 
mickblu's Avatar
 
Posts: 14
Karma: 10
Join Date: Nov 2012
Device: Kindle Paperwhite 3
Quote:
Originally Posted by kovidgoyal View Post
Turn off the (default off) transliterate unicode characters option in the look & feel section of the conversion dialog
Thank you! Strangely enough I went to Preferences | Conversion | Common Options | Look and Feel and did what you suggested and then re-converted the book (having deleted the mobi first) to no avail. The end result was no different than before. I then clicked on the 'Restore defaults' button in that Preference pane and tried the process again. This time I got the ? instead of the accented character.

In desperation I navigated to the Look and Feel section of the conversion dialogue for that specific file and strangely enough, even though I had set the default in the Preferences, here they were set to the transliterate mode, so I unchecked that and voila! it worked!

Thanks you for pointing me in the right direction, but I am still puzzled by the fact that although the general preference is set one way, the individual conversion is set a different way for preferences.

Bottom line is that it worked!
mickblu is offline   Reply With Quote
Old 10-19-2015, 01:59 PM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,047
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by mickblu View Post
Thank you! Strangely enough I went to Preferences | Conversion | Common Options | Look and Feel and did what you suggested and then re-converted the book (having deleted the mobi first) to no avail. The end result was no different than before. I then clicked on the 'Restore defaults' button in that Preference pane and tried the process again. This time I got the ? instead of the accented character.

In desperation I navigated to the Look and Feel section of the conversion dialogue for that specific file and strangely enough, even though I had set the default in the Preferences, here they were set to the transliterate mode, so I unchecked that and voila! it worked!

Thanks you for pointing me in the right direction, but I am still puzzled by the fact that although the general preference is set one way, the individual conversion is set a different way for preferences.

Bottom line is that it worked!
Once converted, the settings are THEN stored with the books metadata.
In the conversion Dialog, Use the Restore defaults tick/button to cause the previous usage setting to be forgotten (rereads the current Preference)
theducks is offline   Reply With Quote
Old 10-19-2015, 02:03 PM   #5
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
That is because the Preferences sets a default value, which can be overridden per-book record.

In the future:
Try selecting all (affected) books, clicking Edit Metadata, and checking "Remove stored conversion settings for the selected books".
eschwartz is offline   Reply With Quote
Advert
Old 10-23-2015, 12:09 PM   #6
mickblu
Member
mickblu began at the beginning.
 
mickblu's Avatar
 
Posts: 14
Karma: 10
Join Date: Nov 2012
Device: Kindle Paperwhite 3
Quote:
Originally Posted by theducks View Post
Once converted, the settings are THEN stored with the books metadata.
In the conversion Dialog, Use the Restore defaults tick/button to cause the previous usage setting to be forgotten (rereads the current Preference)

Thank you! That makes eminent sense.
mickblu is offline   Reply With Quote
Old 10-23-2015, 12:12 PM   #7
mickblu
Member
mickblu began at the beginning.
 
mickblu's Avatar
 
Posts: 14
Karma: 10
Join Date: Nov 2012
Device: Kindle Paperwhite 3
Quote:
Originally Posted by eschwartz View Post
That is because the Preferences sets a default value, which can be overridden per-book record.

In the future:
Try selecting all (affected) books, clicking Edit Metadata, and checking "Remove stored conversion settings for the selected books".
That answer addressed the other half of my (unanswered) question, namely how does one ensure the settings chosen in Preferences are applied to all books. Whew... so much capability, so little known (by me!).

Thanks!
mickblu is offline   Reply With Quote
Old 10-23-2015, 12:13 PM   #8
mickblu
Member
mickblu began at the beginning.
 
mickblu's Avatar
 
Posts: 14
Karma: 10
Join Date: Nov 2012
Device: Kindle Paperwhite 3
Quote:
Originally Posted by kovidgoyal View Post
Turn off the (default off) transliterate unicode characters option in the look & feel section of the conversion dialog
Thanks Kovid, not only for the very quick reply, but for a superb piece of software which does so much more than one can ever imagine!
mickblu is offline   Reply With Quote
Old 10-23-2015, 12:24 PM   #9
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Happy to help.
eschwartz is offline   Reply With Quote
Reply

Tags
foreign characters


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Epub to mobi replaces indents with 'oo' Siavahda Conversion 5 12-02-2012 12:37 PM
0.8.63 strips non-breaking spaces when converting from epub to mobi veezh Calibre 7 08-04-2012 08:39 AM
EPUB to MOBI conversion; problem with particular characters Scott Nielsen Conversion 2 02-07-2012 02:10 AM
Title string in mobi format with accented characters hiperlink Recipes 9 02-09-2011 05:39 PM
Kindle/Mobi support for accented characters guiyoforward Calibre 1 08-29-2010 10:28 PM


All times are GMT -4. The time now is 09:55 PM.


MobileRead.com is a privately owned, operated and funded community.