1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 21:55:13 +00:00

Revert "Search: replace non ASCII by question mark"

This reverts commit ee11063b57.
This commit is contained in:
M66B 2021-06-04 18:27:27 +02:00
parent 312917dc18
commit 3bdc9ffa3b

View file

@ -732,7 +732,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
.replace("ij", "ij");
search = Normalizer
.normalize(search, Normalizer.Form.NFKD)
.replaceAll("[^\\p{ASCII}]", "?");
.replaceAll("[^\\p{ASCII}]", "");
}
List<String> word = new ArrayList<>();