tests/testthat/helper-output.R

local_utf8 <- function(enable = TRUE, .local_envir = parent.frame()) {
  withr::local_options(
    list(cli.unicode = enable),
    .local_envir = .local_envir
  )
}
krlmlr/utf8 documentation built on June 14, 2025, 4:34 p.m.