Skip to content

UnicodeEncodeError. due to special characters #2

@pg2455

Description

@pg2455

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 "|".

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