Merge branch 'feat/core/10317-double-marker2-epic-ldml' into feat/core/10317-simplify-marker-epic-ldml

This commit is contained in:
Steven R. Loomis 2024-01-31 22:25:45 -06:00 committed by GitHub
commit a28cee0fac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -79,6 +79,7 @@ size_t count_markers(const marker_map &map) {
void add_back_markers(std::u32string &str, const std::u32string &src, marker_map &map, marker_encoding encoding) {
if (map.empty()) {
// quick check, nothing to do if no markers
str = src;
return;
}
// need to reconstitute.