mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-27 19:35:10 +01:00
Remove soft hyphens
This commit is contained in:
@@ -2763,6 +2763,9 @@ public class HtmlHelper {
|
||||
continue;
|
||||
}
|
||||
|
||||
// ­
|
||||
text = text.replace("\u00ad", "");
|
||||
|
||||
// Fold white space
|
||||
text = FOLD_WHITESPACE.matcher(text).replaceAll(" ");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user