Disable transform mathematical

This commit is contained in:
M66B 2022-09-01 11:15:58 +02:00
parent 9b57ced39e
commit 974488d715
1 changed files with 3 additions and 0 deletions

View File

@ -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