Commit a0eb35eb authored by Michal Čihař's avatar Michal Čihař

This is unicode char

parent e67f3166
......@@ -185,7 +185,7 @@ class EndQuestionCheck(TargetCheck):
'or it is not correctly spaced'
)
question_fr = (' ?', ' ? ', ' ? ', ' ?', u' ?', u' ? ')
question_el = ('?', ';', ';')
question_el = ('?', ';', u';')
def check_single(self, source, target, unit, cache_slot):
if not source or not target:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment