Skip to content

Commit 8788156

Browse files
committed
Apply changes from #40
1 parent 7f1226f commit 8788156

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

icuSources/i18n/smpdtfmt.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,8 @@ SimpleDateFormat::initialize(const Locale& locale,
13371337
fUsePlainSpaces = true;
13381338
os_log(OS_LOG_DEFAULT, "ICU using compatibility space for date formatting");
13391339
}
1340+
#else
1341+
fUsePlainSpaces = false;
13401342
#endif // APPLE_ICU_CHANGES && U_PLATFORM_IS_DARWIN_BASED
13411343

13421344
parsePattern(); // Need this before initNumberFormatters(), to set fHasHanYearChar

0 commit comments

Comments
 (0)