Revert "Remove soft hyphens"

This reverts commit 4c73f8dcc4.
This commit is contained in:
M66B
2022-02-15 15:22:45 +01:00
parent 47d937ef20
commit b5413bc830

View File

@@ -2763,9 +2763,6 @@ public class HtmlHelper {
continue;
}
// ­
text = text.replace("\u00ad", "");
// Fold white space
text = FOLD_WHITESPACE.matcher(text).replaceAll(" ");