Quote:
Originally Posted by Doitsu
|
Yeah, you gave those same exact sites in that topic I linked to! I still have them open in my Firefox tabs from all those months ago!
Quote:
Originally Posted by Doitsu
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. 
|
Great, I will also have to toss this into my Sigil Regex list. I haven't run into a book with lots of greek characters in months (thank the FSM! Those were a complete pain to OCR)... but when I did, I was using the Sigil - Report - Characters in HTML Files to spot all the greek characters.