jeaye/ncurses-rs

Unicode broken on rust-1.32

Closed this issue · 2 comments

Unicode is broken on rust-1.32
Specifically, addstr and its family of functions.
Not entirely sure why it is broken.
an example would be being printed as ~@

rustc 1.32.0 (9fda7c223 2019-01-16)

ncurses-6.1

I also observed this problem, and tracked it down to memory corruption in the unsafe Rust code wrapping the setlocale() function. See PR #181.

Fixed via 8400b5a