View Single Post
Old 10-10-2015, 07:53 AM   #100
gipsy
Connoisseur
gipsy began at the beginning.
 
Posts: 81
Karma: 10
Join Date: Nov 2013
Device: Kobo Aura HD
Quote:
Originally Posted by CalibUser View Post
Would it help if I added an option for checking Greek texts so that these type of checks are bypassed?
Yes!!!


I comment those in the HTMLProcessor

Code:
	CorrectText("Corrected <sup>5 and <sup>9", r"""<sup>[59]</sup>""", r'’')
	CorrectText("Corrected <sup>6</sup>", r"""<sup>6</sup>""", r'‘')
	CorrectText("Corrected / with quote mark", r"""(?s)([^<|>])(/)(?![^<>]*>)(?!.*<body[^>]*>)""", r'\1’')
	CorrectText("Corrected / with quote 'I'", r""" / """, r' I ')	#NB Could be 1 on more rare occassions
The <sup>something many times is a interpunct (·) in greek
And the / because it's a period followed by a apostrophe in a greek vowel character

Quote:
Originally Posted by CalibUser View Post
This is a bug that I will need to fix! Thanks for pointing it out.
I mean the counter in the FixP, FixE. In those i notice the difference in the changes with the counter. But it's OK
gipsy is offline   Reply With Quote