Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

One more linux library name: "libncursesw.so" #15

Open
LAC-Tech opened this issue Sep 20, 2023 · 2 comments
Open

One more linux library name: "libncursesw.so" #15

LAC-Tech opened this issue Sep 20, 2023 · 2 comments

Comments

@LAC-Tech
Copy link

LAC-Tech commented Sep 20, 2023

Hi, I overrode "NamesLinux" in "CursesLibraryNames", as per the docs, to get it running on alpine linux.

Is it worth adding this to the default list?

@MV10
Copy link
Owner

MV10 commented Sep 20, 2023

I'm not equipped to test that myself, but I'll accept a PR and do a point release, if you want to push it.

@PhilT
Copy link

PhilT commented Nov 12, 2023

@LAC-Tech Did you manage to get Unicode characters displayed correctly? It's not working for me. In Rust I would do setlocale(LcCategory::all, ""); to get it to work but I'm not sure how to tell the ncurses library to use wide characters from C#/F#. F# (which is the host language I'm using here) displays unicode characters correctly and as I mentioned it's working with ncurses in Rust. Any suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants