More accented characters

pull/199/head
M66B 4 years ago
parent 6be9129a75
commit de94006505

@ -1120,10 +1120,13 @@ public class FragmentCompose extends FragmentBase {
String glob = "*" + String glob = "*" +
typed.toString().toLowerCase() typed.toString().toLowerCase()
.replaceAll("[aáàäâã]", "\\[aáàäâã\\]") .replaceAll("[aáàäâãåæ]", "\\[aáàäâãåæ\\]")
.replaceAll("[bß]", "\\[bß\\]")
.replaceAll("[cç]", "\\[cç\\]")
.replaceAll("[eéèëê]", "\\[eéèëê\\]") .replaceAll("[eéèëê]", "\\[eéèëê\\]")
.replaceAll("[iíìî]", "\\[iíìî\\]") .replaceAll("[iíìïî]", "\\[iíìïî\\]")
.replaceAll("[oóòöôõ]", "\\[oóòöôõ\\]") .replaceAll("[nñ]", "\\[nñ\\]")
.replaceAll("[oóòöôõøœ]", "\\[oóòöôõøœ\\]")
.replaceAll("[uúùüû]", "\\[uúùüû\\]") .replaceAll("[uúùüû]", "\\[uúùüû\\]")
.replace("*", "[*]") .replace("*", "[*]")
.replace("?", "[?]") + .replace("?", "[?]") +

Loading…
Cancel
Save