06-11-2016, 04:38 PM
Your string contains some hidden characters. Probably copied from some app that adds them.
example
Macro Macro2818
google for E2 80 8E
example
Macro Macro2818
out
str s
;normal
s="a"
out s.len
outb s s.len
;replaced from your string; the hidden characters remains
s="a"
out s.len
outb s s.len
;result
;1
;61
;4
;E2 80 8E 61
google for E2 80 8E