How can we help you today? How can we help you today?

Weird Characters when open a script

When open a script  to execute it , weird characters appear

set @Message_text = '<p>Dear Applicant,</p>
<p>The 2018–2019 AACOMAS Academic Update (AU) ...................'  

However the script was
set @Message_text = '<p>Dear Applicant,</p>
<p>The 2018 - 2019 AACOMAS Academic Update (AU) .....................'
sebeid
0

Comments

1 comment

  • Sergio R
    Make sure that you are on the latest version since we had a bug a few versions back that could cause that.
    Other than that try changing the encoding of the script file (try unicode or UTF-8) or copy-paste the text of the script into Multi Script.
    Sergio R
    0

Add comment

Please sign in to leave a comment.