#include #include #define TRACE int main() { setlocale(LC_CTYPE, ""); initscr(); trace(TRACE_MAXIMUM); mvaddwstr(0,0,L"ち"); return 0; }