On my input line \\\print(string.gsub("───", "─","-")) prints the expected "---".
But if I then put that line in a plugin it fails to work.
If I introduce an error on that line, it spits out
Is the plugin processor interfering with my strings?
But if I then put that line in a plugin it fails to work.
If I introduce an error on that line, it spits out
Quote:
63*: text = string.gsubd(text, "ââ€â‚¬","-")
63*: text = string.gsubd(text, "ââ€â‚¬","-")
Is the plugin processor interfering with my strings?