View Single Post
Old 07-26-2013, 04:00 PM   #5
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,709
Karma: 24031401
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Nabodita View Post
I had a chat with Amazon and they assured me that the Kindle does not support Bangla font and they have no workaround for this.... So, epub.
AFAIK, Amazon does not officially support Bengali Kindle books and you cannot embed custom Bengali fonts, but at least all current eInk Kindles (K3 and higher) should support them, because the Bengali Unicode range is covered by the system fallback font.

I just did a quick test with this newspaper article and it appears to display fine on my old Kindle K3. You may want to double-check the display on your Kindle Fire, though.

Quote:
Originally Posted by Nabodita View Post
1. Is bangla UTF-8 or UTF-16? UTF-8 appears to be declared by default in the content.opf file.
You should declare the language code in the metadata section of the .opf file to ensure that readers with Indic languages support render the Bengali text correctly. (All source files should be utf-8 encoded.)

Code:
<dc:language>bn</dc:language>
You can embed custom fonts for readers that support them, but, AFAIK, you'll need to add an additional .xml file to epubs for iPads. For more information see this blog post.
Note that most available eInk epub readers are based on a mobile version of ADE and cannot handle Indic vowel signs correctly. (You can test the display of your epubs on non-Apple devices by opening them with the ADE desktop edition.)

Quote:
Originally Posted by Nabodita View Post
After some research, I've decided to use Pages 2009 to create and convert the document to epub and Oxygen as the XML editor for tweaking the epub.
Many ebook designers use Sigil. You might want to give it a try, too.

(I created the test .epub file with it in a couple of minutes.)
Attached Thumbnails
Click image for larger version

Name:	screenshot.jpg
Views:	1286
Size:	145.8 KB
ID:	108615  
Attached Files
File Type: epub bengali.epub (65.2 KB, 945 views)
File Type: mobi bengali.mobi (155.2 KB, 624 views)
Doitsu is offline   Reply With Quote