You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yet another unicode decode problem that needs to be solved.
File "pyzor/digest.py", line 59, in __init__
lines.append(norm.encode("utf8"))
UnicodeDecodeError 'ascii' codec can't decode byte 0xed in position 7: ordinal not in range(128)
Yet another unicode decode problem that needs to be solved.