Skip to content

Only Ascii characters accepted #76

@samschott

Description

@samschott

It appears that only input not accepted. The basic issue lies in getchar:

bullet/bullet/utils.py

Lines 52 to 55 in 75f620d

if c in string.printable:
return c
else:
return UNDEFINED_KEY

where string.printable contains only printable ASCII characters. This leaves all people with wider utf-8 input in the cold.

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