If I understand correctly, it's possible for a user to install stringi on their machine using the system version of ICU (as long as it meets the specifications). It would be helpful with debugging if the user could report the version of ICU stringi uses. Something like stringi::stri_icu_version() would be great if possible.
Hello,
If I understand correctly, it's possible for a user to install stringi on their machine using the system version of ICU (as long as it meets the specifications). It would be helpful with debugging if the user could report the version of ICU stringi uses. Something like
stringi::stri_icu_version()
would be great if possible.