I suspect I’m missing something, but this seems odd to me:

julia> s = string('ñ')
"ñ"

julia> s[2]
ERROR: invalid UTF-8 character index

julia> s[2:2]
“"

 — John


Reply via email to