Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions icuSources/i18n/smpdtfmt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,8 @@ SimpleDateFormat::initialize(const Locale& locale,
fUsePlainSpaces = true;
os_log(OS_LOG_DEFAULT, "ICU using compatibility space for date formatting");
}
#else
fUsePlainSpaces = false;
#endif // APPLE_ICU_CHANGES && U_PLATFORM_IS_DARWIN_BASED

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