Hello,
I have special characters in my fields like ã, á, à and others (in portuguese language we use them). There is a any to replace them? I tried to used ruby gsub like this "event.set('subProcessName', event.get('subProcessName').gsub(/ã/, 'a'))" to replace the character "ã" to "a". But some characters, when I copy to .conf file, they are shown like this " event.set('subProcessName', event.get('subProcessName').gsub(/▒| /, 'a'))".
Thank you,
Francisca Vale Lima