Re: Ignoring accented characters

2022-09-27 Thread jbv via use-livecode
Hello Ben, Thank you for your detailed answer. So far, I only have to deal with french text so I only need a list of diacritic vowels and a list of the chars used as replacement : àâäéèêëîïôöùûüÿ aaaiioouuuy With a simple loop it is feasible and it doesn't slow down my scripts significantly.

Re: Ignoring accented characters

2022-09-27 Thread Ben Rubinstein via use-livecode
Hi jbv, This one of a number of gaps that exist in the jungle of character processing in LiveCode. I don't think there is a 'diacriticSensitive' property. Some part of LiveCode are clever about accents, see e.g. https://quality.livecode.com/show_bug.cgi?id=15312 https://quality.livecode.com/