Lokathor / yacurses

yet another curses lib
https://docs.rs/yacurses
4 stars 1 forks source link

Unicode support #6

Open plefebvre91 opened 2 years ago

plefebvre91 commented 2 years ago

Juste a few unicode characters are supported for now. Is it planned to add more ?

Lokathor commented 2 years ago

Likely not, because actual support for unicode within terminals is fairly poor. From what I recall, I don't think that pdcurses handles unicode stuff so well. Both it and ncurses largely assume that a char's glyph is always u8 value.