2009-04-30 23:18:49 +00:00
|
|
|
Index: src/ylocale.cc
|
|
|
|
===================================================================
|
|
|
|
--- src/ylocale.cc.orig
|
|
|
|
+++ src/ylocale.cc
|
|
|
|
@@ -47,8 +47,7 @@ YLocale::YLocale(char const * localeName
|
2007-04-20 21:31:14 +00:00
|
|
|
"Falling back to 'C' locale'."));
|
2009-04-30 23:18:49 +00:00
|
|
|
fLocaleName = setlocale(LC_ALL, "C");
|
2007-04-20 21:31:14 +00:00
|
|
|
}
|
2010-03-07 09:57:46 +00:00
|
|
|
-#warning "P1 should always use multibyte/fontset if I18N"
|
2007-04-20 21:31:14 +00:00
|
|
|
- multiByte = (MB_CUR_MAX > 1);
|
|
|
|
+ multiByte = true;
|
|
|
|
|
|
|
|
char const * codeset = NULL;
|
|
|
|
int const codesetItems[] = { CONFIG_NL_CODESETS };
|