Stephen Woodbridge a écrit :
Or maybe there is another general solution that I am no aware of.
If you just want to remove accents from your string, you can use :
to_ascii(convert(<mystring>, 'LATIN9'), 'LATIN9') It works very well AFAIAC. (tip given on this list) -- Arnaud