radlinskii / donkeytype

typing test TUI app
MIT License
17 stars 15 forks source link

Support non Ascii characters #12

Closed radlinskii closed 1 year ago

radlinskii commented 1 year ago

This is required to be able to work with different languages than english. Currently characters like ł, ń, ü, ß break the program because they take more than 1 byte of space inside a string. We should add support for typing those characters. This might require refactoring logic of checking character validity and/or displaying the character.

WindowGenerator commented 1 year ago

Hi! Can I take this issue?

radlinskii commented 1 year ago

Sure, go ahead :)