View Single Post
Old 11-10-2013, 04:23 AM   #138
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,744
Karma: 24031403
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Hitch View Post
Quote:
Originally Posted by Doitsu View Post
Has Amazon rejected one of your clients' books because Charis SIL was embedded?
No, it simply replaces it. Altogether. No point in using it.
I didn't know this, thanks!

Quote:
Originally Posted by Tex2002ans View Post
Quick question, how do you guys at work deal with a book with lots of accented greek characters?
If you're digitizing an existing book, you could save a lot of time copying and pasting using:
As for the display, I like Galatia SIL, which is relatively small and features all required glyphs as regular and bold characters.

(No font embedding is required for Kindles, because the default fonts support all accented Greek characters.)

BTW, Sigil's RegEx engine supports searching for characters by Unicode script name; therefore it's relatively easy to search for all Greek characters and wrap them in <span> tags.

Find: ([\p{Greek}| ]{2,})
Replace: <span class="greek">\1</span>

Because of the very simple design of the RegEx, it'll also match spaces immediately before and after Greek text and double spaces, but it's still much faster than manually marking up Greek text.
Doitsu is offline   Reply With Quote