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

revert #314, but if U_CHARSET_IS_UTF8, then warn in stri_enc_set/get #335

Closed gagolews closed 5 years ago

gagolews commented 5 years ago

314 disabled the use of system ICU in configure, if ICU was compiled against U_CHARSET_IS_UTF8, which is the default since ICU 61

more and more Linux flavors now started shipping ICU >= 61, so basically this disables the system ICU use in stringi everywhere

U_CHARSET_IS_UTF8 affects only stri_enc_set and stri_enc_get --- warn on call