I am trying to write a script where a string of characters are entered into an input field. This string of characters contains macrons like 'ā' or 'ō'.
When I add the macrons to the string in the script and run it, the output strips the macrons & I get a 'a' or 'o'
Thanks