minydra icon indicating copy to clipboard operation
minydra copied to clipboard

UnicodeEncodeError. due to special characters

Open pg2455 opened this issue 2 years ago • 1 comments

Thanks for open sourcing this library. I am trying to use it for my project, and it seems like my system can't handle the special characters as in the line here.

I get this error on running a basic setup -

UnicodeEncodeError: 'latin-1' codec can't encode characters in position 0-26: ordinal not in range(256)

My current workaround to this problem is to replace those characters with normal ones, e.g., "-" and "|".

pg2455 avatar Aug 05 '21 09:08 pg2455