Hello ,
Iam using find and replace tool to replace special characters to english . But i receive below error when run on gallery on AMP .

tried to use : DecomposeUnicodeForMatch (field) .but this converts the special characters exactly , which i do not want .
For example : When DecomposeUnicodeForMatch (field) is used on string : Träprodukter in converts to Traprodukter but i want this string to converts to Traeprodukter . Any ideas.
Thanks