mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Remove soft hyphens
This commit is contained in:
parent
e12bd4dcc6
commit
4c73f8dcc4
1 changed files with 3 additions and 0 deletions
|
@ -2763,6 +2763,9 @@ public class HtmlHelper {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ­
|
||||||
|
text = text.replace("\u00ad", "");
|
||||||
|
|
||||||
// Fold white space
|
// Fold white space
|
||||||
text = FOLD_WHITESPACE.matcher(text).replaceAll(" ");
|
text = FOLD_WHITESPACE.matcher(text).replaceAll(" ");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue