Alexander Beatson

Results 1 issues of Alexander Beatson

I am trying to split Burmese Unicode characters in stringr::str_split() but not return the correct values. `str_split("စမ်းသပ်မှု", "")[[1]]` it returns: > [1] "စ" "မ်" "း" "သ" "ပ်" "မှု" If I...