Cursive prints garbage on non-utf8 locale
Open
bug
compat_terminal
- Dominant language
- Rust
- Stars
- 4.8k
- Forks
- 270
- Avg merge
- 5d 19h
- Merged PRs (30d)
- 2
Description
Currently cursive uses utf8 to print dialog borders. This means when running with non-unicode locale, it prints garbage.
Ncurses should be able to print the correct characters no matter the locale (nmtui for instance works with any locale). Not sure how to do it though...
Contributor guide
Assessment
This issue has not been assessed yet.