curses
curses copied to clipboard
Unicode characters do not appear
Printing unicode characters (example: "あ") appears to not work OOTB (this is with arch linux, tested on kitty, konsole, and uxterm).
I know ncursesw provides unicode character support, so with that in mind it appears like the ocaml-curses library defaults to ncurses.
I'm unsure if this is
- A package manager problem which can be using a
duneoropamcommand I'm unaware of - A programmatic problem (I initially assumed it was a locale issue but setting environment variables does not address the problem)
- Working as intended because ncursesw is unsupported
- Something else