Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Open
Description
Feature or enhancement
Proposal:
curses.textpad
does not support UTF-8/Unicode characters,they are silently ignored when editing.
It would be useful to add support for Unicode characters.
Minimal reproducible code: Type š into the editing textbox and observe nothing happens.
importcurses.textpadimportatexitatexit.register(curses.endwin)w=curses.initscr()curses.noecho()curses.textpad.Textbox(w).edit()
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Metadata
Metadata
Assignees
Projects
Status
No status