We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7befba commit 21c6e69Copy full SHA for 21c6e69
icuSources/i18n/smpdtfmt.cpp
@@ -1341,6 +1341,8 @@ SimpleDateFormat::initialize(const Locale& locale,
1341
fUsePlainSpaces = true;
1342
os_log(OS_LOG_DEFAULT, "ICU using compatibility space for date formatting");
1343
}
1344
+#else
1345
+ fUsePlainSpaces = false;
1346
#endif // APPLE_ICU_CHANGES && U_PLATFORM_IS_DARWIN_BASED
1347
1348
parsePattern(); // Need this before initNumberFormatters(), to set fHasHanYearChar
0 commit comments