peterbrittain / asciimatics

A cross platform package to do curses-like operations, plus higher level APIs and widgets to create text UIs and ASCII art animations
Apache License 2.0
3.61k stars 238 forks source link

utf-8 characters are not being mapped in the screen.py file #341

Closed BeniaminK closed 2 years ago

BeniaminK commented 2 years ago

Thanks for taking the time to contibute to this project. You are a star!

Checks

Issues fixed by this PR

https://github.com/peterbrittain/asciimatics/issues/340

What does this implement/fix?

When character is an utf-8 character - we are not mapping it to other special characters.

Any other comments?

None

coveralls commented 2 years ago

Coverage Status

Coverage increased (+0.002%) to 96.996% when pulling 07276cf076072ac1b108738c060594977d9bdd39 on BeniaminK:issue_340_utf-8_chars into 116838f105d68fbcce224e04716114bb9f908768 on peterbrittain:master.