Skip to content

Commit

Permalink
feat(core): reorder processing 🙀
Browse files Browse the repository at this point in the history
- fix quickcheck of add_back_markers()

For: #10516
  • Loading branch information
srl295 committed Feb 1, 2024
1 parent 2c92cfe commit ec03a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/ldml/ldml_markers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ bool normalize_nfd(std::u16string &str) {
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.
Expand Down

0 comments on commit ec03a68

Please sign in to comment.