File: is_utf8_output.Rd

package info (click to toggle)
r-cran-cli 3.6.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,288 kB
  • sloc: ansic: 16,412; cpp: 37; sh: 13; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 535 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/utf8.R
\name{is_utf8_output}
\alias{is_utf8_output}
\title{Whether cli is emitting UTF-8 characters}
\usage{
is_utf8_output()
}
\value{
Flag, whether cli uses UTF-8 characters.
}
\description{
UTF-8 cli characters can be turned on by setting the \code{cli.unicode}
option to \code{TRUE}. They can be turned off by setting if to \code{FALSE}.
If this option is not set, then \code{\link[base:l10n_info]{base::l10n_info()}} is used to detect
UTF-8 support.
}