jwlodek / py_cui

A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
https://jwlodek.github.io/py_cui-docs
BSD 3-Clause "New" or "Revised" License
752 stars 42 forks source link

Prompts don't handle non ASCII #144

Open lenormf opened 3 years ago

lenormf commented 3 years ago

Describe the bug Non ASCII characters don't seem to appear in textbox prompts when entered.

To Reproduce Steps to reproduce the behaviour:

  1. Spawn a prompt with ui.show_text_box_popup()
  2. Try to enter any non ASCII characters, for example or é

Expected behavior Unicode should be handled seamlessly.

HTH.