Nothing too major ig, but at least on windows 10 non ascii characters seem to break when this module is trying to print them, the diff calculation seems to work fine, but when you ask the function to print the string back, non ascii characters break, eg:
>>> print(diff('Mögen','Mägen',as_patch=True))
@@ -1,5 +1,5 @@
M
-%C3%B6
+%C3%A4
gen
Nothing too major ig, but at least on windows 10 non ascii characters seem to break when this module is trying to print them, the diff calculation seems to work fine, but when you ask the function to print the string back, non ascii characters break, eg: