Skip to content

Commit

Permalink
unknowns in unmerge
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Dec 19, 2024
1 parent 8ebdfc2 commit 1c95eeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lttoolbox/fst_processor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2067,6 +2067,7 @@ FSTProcessor::quoteUnmerge(InputFile &input, UFILE *output)
if (seen_reading) {
u_fputc('/', output);
}
if(it.mark != '\0') { u_fputc(it.mark, output); }
write(it.content, output);
seen_reading = true;
}
Expand Down

0 comments on commit 1c95eeb

Please sign in to comment.