Skip to content

non ascii characters on windows #26

@Ymiros0

Description

@Ymiros0

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions