String into Template code file shows garbage

Hi,

Need to add this string to templates, busy developing for email validation checks.

I tried just adding it and also adding it as an equation in the templates, but the string value changes

String added in Template code
Added in line
‘abcdefghijklmnopqrstuvwxyz0123456789!#$%&’‘*±/=?^_{{|}~.,@;' and also as #EQUATE(%NetworkApp,'abcdefghijklmnopqrstuvwxyz0123456789!#$%&''*+-/=?^_{{|}~.,@;’)

Result in Clarion in both cases (after % it changes the string to garbage)
‘abcdefghijklmnopqrstuvwxyz0123456789!#$%&’’*±/=?^_`{|}~.,@;’

Please can somebody advise?

Thank you

Thank you to Bruce for pointing out that my Template file was saved as UFT-8 Encoding and not normal ANSI…

My problem is fixed now