Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UnicodeEncodeError. due to special characters #2

Open
pg2455 opened this issue Aug 5, 2021 · 1 comment
Open

UnicodeEncodeError. due to special characters #2

pg2455 opened this issue Aug 5, 2021 · 1 comment

Comments

@pg2455
Copy link

pg2455 commented Aug 5, 2021

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
Copy link
Author

pg2455 commented Aug 9, 2021

Here is the PR to address the above issue: #3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant