I have a (array) list
Car
Something
Šibica
Čavao
Cavao
Is there a way to “force” AutoCompleteTextView so if user type in letter “c” it would show
Car
Čavao
Cavao
so it would show standard letter and international letter (C and Č/Ć, S and Š, Z and Ž, D and Đ).
Use this class as an ArrayAdapter (in this case it’s for HR but it can be for any character).