I am trying to develope a plugin that we can change some special chars in a text or a return from some plugin...
This is based in your local coding (In my case: ISO-8859-1)
For example, here we have some words like:
promo??o
avi?o
? vista
d?lar
And then, we have a txt file with the wordlist, it contains:
?|a
?|c
?|o
?|a
The plugin get these lines and put into an Array...
With the str.Replace(?|a) inside the code... we have?
promocao
aviao
a vista
dolar
I have already done a plugin to chance this... Works perfectly with some chars: ?, ?, ?
So when we send: ? or ?, we just have some garbage at LCD!!

Is necessary provide some encoding to send from Smartie to Plugin? or Smartie does not supports these kind of chars?
