I\'m attempting to add wchar_t Unicode characters to an ncurses display in C.
I have an array:
wchar_t characters[]={L\'\\uE030\', L\'\\uE029\'}; //
Did you define _XOPEN_SOURCE_EXTENDED before including the ncurses header?
_XOPEN_SOURCE_EXTENDED