Filter special characters from input?

Hi - is it possible to filter special chacters from input?

Use case → setting slugs
The word “xin-chào” would result in “xin%2Bch%C3%A0o” when being set as slug due to URL encoding.

Is it possible to format “xin-chào” as “xin-chao” instead?

Hi there, @phetxdphet… if you haven’t come across this post (there are others like it out there, too), check it out. I think it should help you get down a good path.

Best…
Mike