https://bugzilla.wikimedia.org/show_bug.cgi?id=55186
--- Comment #7 from Kunal Mehta (Legoktm) <[email protected]> --- Tried this: import unicodedata @line 237 _TM = ''.join((c for c in unicodedata.normalize('NFD', TM.group(0)) if unicodedata.category(c) != 'Mn')) and then call txt2timestamp with _TM instead of TM.group(0) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
