mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
Merge branch 'feat/core/10317-double-marker2-epic-ldml' into feat/core/10317-simplify-marker-epic-ldml
This commit is contained in:
commit
a28cee0fac
1 changed files with 1 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue