UTF8 chars (Russian) are displayed properly
Brought to you by:
brama
UTF8 chars (Russian) are displayed properly
to display them two things are necessary:
1) link against ncursesw instead of ncurses (i.e., the library
name must have trailing _w_ character)
2) setlocale() call before initscr()
Note, that changes in configure.ac requires one to re-run the
automake (autoconf ? I'm not very familiar with those)
I can confirm this patch fixes the display of Japanese characters in song titles on my FreeBSD box.
Not too bad :-)