Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37847652
en ru br
ALT Linux repos
S:3.4.2-alt1
5.0: 1.2.36-alt2.1
4.1: 1.2.35-alt2.1
4.0: 1.2.32-alt2.1
3.0: 1.2.23-alt1
+backports:1.2.30-alt1.M30.1

Group :: Graphical desktop/Icewm
RPM: icewm

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: icewm-multibyte.patch
Download


 icewm/src/ylocale.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/icewm/src/ylocale.cc b/icewm/src/ylocale.cc
index 8f5ae30..0371aef 100644
--- a/icewm/src/ylocale.cc
+++ b/icewm/src/ylocale.cc
@@ -48,7 +48,7 @@ YLocale::YLocale(char const * localeName) {
         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 };
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin