Normalize accented characters

I am looking for a way to replace all accented characters from a bundle value to their normalized value. As an example : “à” should be replaced by “a”, “é” by “e” and so on. Thanks!

Use the ASCII function
https://www.make.com/en/help/functions/string-functions

1 Like

Thank you it worked with the true parameter!

2 Likes