Would you be so kind as to give some examples of how it is possible to make multilingual LIKE statements ? Or perhaps just say if what I am looking for is possible. We have been using MySQL until now with a modified unicode collation. It allowed us to search for example : ... LIKE "me%" ... and this would return :
mesure mère méchant because we had defined that e, é and è where equal. Will ICU allow to do that ? I am programming in Python (I don't use web2py). Probably I have not been able to really load your ICU version in python. --