View Single Post
Old 11-18-2015, 02:43 PM   #135
CalibUser
Addict
CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.
 
Posts: 203
Karma: 62362
Join Date: Jul 2015
Device: Sony
ePubTidyTool_v2.0.0.2 uploaded

Bugs fixed

Quote:
Originally Posted by gipsy View Post
@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 View Post
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 View Post
If i change the
Code:
#Fixes ώ in words that are misspelled
CorrectText("ώ fixes",r"(\w+)(ιίι|\(ό|ο\)|ίό|ο&gt;|ο'ι|ιό|οί|ιο|οι|&lt;ο|οϊ)(\w+)(?![^<>]*>)(?!.*<body[^>]*>)", IsFixO)
Code:
#Fixes ώ in words that are misspelled
CorrectText("ώ fixes",r"(\w+|\ )(ιίι|\(ό|ο\)|ίό|ο&gt;|ο'ι|ιό|οί|ιο|οι|&lt;ο|οϊ)(\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 View Post
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.
CalibUser is offline   Reply With Quote