R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {
  # maybe we should check this at compile time somehow?
  if(identical(utils::localeToCharset()[1], "UTF-8")) set_is_utf8_locale()
}

Try the stringfish package in your browser

Any scripts or data that you put into this service are public.

stringfish documentation built on May 31, 2023, 5:19 p.m.