Hi all,
I have a string of text that can contain anything, and I need to send to an API using only Unicode characters from BasicLatin and Latin-1Supplement.
I’ve seen errors where people have included the backtick character for example. Is there a way that I can quickly convert a string to this format? I can use Regex to strip characters out, but I would like to be able to convert backtick to apostrophe etc.
All ideas welcome.