mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Added comment
This commit is contained in:
@@ -1059,6 +1059,7 @@ public class BoundaryCallbackMessages extends PagedList.BoundaryCallback<TupleMe
|
||||
String search = query;
|
||||
|
||||
if (!utf8) {
|
||||
// Perhaps: Transliterator.getInstance("de-ASCII");
|
||||
search = search
|
||||
.replace("ß", "ss") // Eszett
|
||||
.replace("ij", "ij")
|
||||
|
||||
Reference in New Issue
Block a user