Quote:
Originally Posted by CalibUser
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
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