mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 06:38:29 +02:00
Improved debug info
This commit is contained in:
@@ -2525,7 +2525,7 @@ public class HtmlHelper {
|
||||
ssb.replace(i, i + 1, "_");
|
||||
else if (kar == '\u00A0')
|
||||
ssb.replace(i, i + 1, "•");
|
||||
else if (!Character.isLetterOrDigit(kar))
|
||||
else if (!Helper.isPrintableChar(kar))
|
||||
ssb.replace(i, i + 1, "{" + Integer.toHexString(kar) + "}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user