Orlean Fri, 15 Oct 2021 12:00:04 -0700
let s = "Привет!" echo s[1] # will not return 2nd symbol "п" Run
How to get n-th symbol from unicoded string?