Closed kerberosdelhades closed 5 years ago
Thanks for trying wed and reporting this issue. I think that wed is linking against libncurses and that's why it's displaying UTF-8 characters incorrectly. In order to display UTF-8 characters correctly it will need to link against libncursesw.
If you run ldd $(which wed) | grep ncurses
do you see libncurses.so.5? If so could you install ncurses with wide character support:
sudo apt install libncursesw5-dev
and then re-run the configure script and recompile wed to see if it then displays UTF-8 characters correctly?
user@ahura$ sudo apt remove libncurses5-dev user@ahura$ sudo apt install libncursesw5-dev user@ahura$ ./configure --prefix=/opt/usr
That fixed the problem, thanks!
Expected behavior
Results in nano editor, less, more, cat, etc. for the string 'éêüñ':
Additional details