Exactly.
all accents like àÀéÉçè will make for a search to make a difference in a MATCHES function.
Progress allows you to setup a field as 'Case-Sensitive', but warn you of the adverse effects on dataservers and such, but there's no option to control accents.
I looked into a function CODEPAGE-CONVERT, but I can't seem to make it work for me. I'm not too knowledgeable about code pages, so I'm not even sure if this function is what I need.
Of course, I could do my own function that would parse a string and substitute any accents to replace them with the accent-free equivalent à - a, é - e, etc... This will be very slow performance for sure.
I would think some people must have faced this kind of request before no?