mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-07 05:15:43 +01:00
Simplification
This commit is contained in:
@@ -2427,7 +2427,7 @@ public class HtmlHelper {
|
||||
else if (kar == '\u00A0')
|
||||
ssb.replace(i, i + 1, "•");
|
||||
else if (!Character.isLetterOrDigit(kar))
|
||||
ssb.replace(i, i + 1, "{" + Integer.toHexString((int) kar) + "}");
|
||||
ssb.replace(i, i + 1, "{" + Integer.toHexString(kar) + "}");
|
||||
}
|
||||
|
||||
Object[] spans = ssb.getSpans(0, ssb.length(), Object.class);
|
||||
|
||||
Reference in New Issue
Block a user