View Single Post
Old 11-02-2015, 03:30 AM   #108
gipsy
Connoisseur
gipsy began at the beginning.
 
Posts: 81
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura HD
It's from the FixW and FixO
I comment them and it works. It's possible that the plugin get "confused" because i use the same CorrectText?
Code:
				#Fixes ώ in words that are misspelled
				CorrectText("ώ fixes",r"(\w+)(ιίι|(ό|ο)|ίό|ο&gt;|ο'ι|ιό|οί|ιο|οι|&lt;ο|οϊ)(\w+)(?![^<>]*>)(?!.*<body[^>]*>)", IsFixO)
				#Fixes ω in words that are misspelled
				CorrectText("ω fixes",r"(\w+)(ιίι|(ό|ο)|ίό|ο&gt;|ο'ι|ιό|οί|ιο|οι|&lt;ο|οϊ)(\w+)(?![^<>]*>)(?!.*<body[^>]*>)", IsFixW)
gipsy is offline   Reply With Quote