curses icon indicating copy to clipboard operation
curses copied to clipboard

Unicode characters do not appear

Open nmd1 opened this issue 1 year ago • 0 comments

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 dune or opam command 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

nmd1 avatar Feb 11 '24 17:02 nmd1