File icewm-multiByte.patch of Package icewm
--- src/ylocale.cc 2003-09-27 09:54:45.000000000 +0200 +++ src/ylocale.cc 2003-10-14 16:33:39.000000000 +0200 @@ -47,8 +47,7 @@ "Falling back to 'C' locale'.")); fLocaleName = setlocale(LC_ALL, "C"); } -/// TODO #warning "should always use multibyte/fontset if I18N" - multiByte = (MB_CUR_MAX > 1); + multiByte = true; char const * codeset = NULL; int const codesetItems[] = { CONFIG_NL_CODESETS };