🤖 How to switch special characters to standard characters?

In this case, you can totally use the :arrow_right: ascii() function:arrow_left:

If you set up the function like below, all the special characters and replace with their standard version.

In other words, ěMščařžkýáeíé gets changed into eMscarzkyaeie

image

to be copied: {{ascii("ěMščařžkýáeíé"; true)}}


Helpful Links:
:make: Functions in Help Center

1 Like