tspivey / tdsr

A console screen reader for macOS and Linux
GNU General Public License v3.0
79 stars 19 forks source link

Deleting unicode characters fails #14

Closed tspivey closed 7 years ago

tspivey commented 7 years ago
  1. python2 -c 'print repr(raw_input())'
  2. Type: ĉ
  3. Press enter Output: '\xc4\x89'

Repeat this, pressing backspace after the ĉ. Output: '\xc4'

In the second case, I expect to get an empty string, and this is the case without tdsr.