Closed kwhkim closed 2 years ago
As I read unicode documentation,
I find it has versions and functions(ex. normalization) can output different result depending on the version.
I think it would be nice if stringi has explicit info on which version of unicode it supports
stringi
This can be determined via a call to stri_info().
stri_info()
As I read unicode documentation,
I find it has versions and functions(ex. normalization) can output different result depending on the version.
I think it would be nice if
stringi
has explicit info on which version of unicode it supports