mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Disable transform mathematical
This commit is contained in:
@@ -2167,6 +2167,9 @@ public class Helper {
|
||||
}
|
||||
|
||||
static String transformMathematical(String value) {
|
||||
if (!BuildConfig.DEBUG)
|
||||
return value;
|
||||
|
||||
// https://www.w3.org/TR/xml-entity-names/1D4.html
|
||||
// https://www.utf8-chartable.de/unicode-utf8-table.pl?start=119808
|
||||
|
||||
|
||||
Reference in New Issue
Block a user