Copy from X11:windowmanagers/icewm based on submit request 34218 from user coolo OBS-URL: https://build.opensuse.org/request/show/34218 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/icewm?expand=0&rev=18
15 lines
505 B
Diff
15 lines
505 B
Diff
Index: src/ylocale.cc
|
|
===================================================================
|
|
--- src/ylocale.cc.orig
|
|
+++ src/ylocale.cc
|
|
@@ -47,8 +47,7 @@ YLocale::YLocale(char const * localeName
|
|
"Falling back to 'C' locale'."));
|
|
fLocaleName = setlocale(LC_ALL, "C");
|
|
}
|
|
-#warning "P1 should always use multibyte/fontset if I18N"
|
|
- multiByte = (MB_CUR_MAX > 1);
|
|
+ multiByte = true;
|
|
|
|
char const * codeset = NULL;
|
|
int const codesetItems[] = { CONFIG_NL_CODESETS };
|