Bugs fixed
Quote:
Originally Posted by gipsy
@CalibUser
In the next release fix the * in Greek.
Code:
cbDictChoices=("English (UK)", "English (USA)", "French", "German", "Greek*", "Spanish")
[/code]
|
Quote:
Originally Posted by Steadyhands
I wonder if there is a bug with the way the script counts the number of Hyphens removed?
|
Thanks for the bug reports. I have corrected these bugs in ePubTidyTool_v2.0.0.2 in the first post in this thread.
New issues
Quote:
Originally Posted by gipsy
If i change the
Code:
#Fixes ώ in words that are misspelled
CorrectText("ώ fixes",r"(\w+)(ιίι|\(ό|ο\)|ίό|ο>|ο'ι|ιό|οί|ιο|οι|<ο|οϊ)(\w+)(?![^<>]*>)(?!.*<body[^>]*>)", IsFixO)
Code:
#Fixes ώ in words that are misspelled
CorrectText("ώ fixes",r"(\w+|\ )(ιίι|\(ό|ο\)|ίό|ο>|ο'ι|ιό|οί|ιο|οι|<ο|οϊ)(\w+)(?![^<>]*>)(?!.*<body[^>]*>)", IsFixO)
The plugin find and the misspelled character at the start of the word. I tried to and the \(space) and in the second (\w+) but it doesn't find the mispelled character at the end of the word.
For example it works for ιίιστε (the correct word is ώστε) and not for αντιπαρατεθ ιίι (the correct word is αντιπαρατεθ ώ)
Any suggestion??
Thanks 
|
Quote:
Originally Posted by ovinio
Is it possible to avoid this?
Code:
<p><a href="https://www.mobileread.com/forums/">https://www.mobileread.com/forums/</a><br/></p>
changes to
<p><a href="https://www.mobileread.com/forums/">http:’/www.mobileread.com’forums’</a><br/></p>
Plugin Runner output
|
I will look at these new issues over the weekend.