gagolews / stringi

Fast and portable character string processing in R (with the Unicode ICU)
https://stringi.gagolewski.com/
Other
304 stars 44 forks source link

What is the version of unicode that stringi supports? #464

Closed kwhkim closed 2 years ago

kwhkim commented 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

gagolews commented 2 years ago

This can be determined via a call to stri_info().