Hi,
I am trying to replace a non ASCII character from a string with the following code:
string.gsub(194.chr,'')
When I do this, I get the following error:
RegexpError: premature end of regular expression: /�/
Can anyone tell me how to achieve this?
Thanks
Paul