cli (version 1.0.1)

is_utf8_output: Whether cli is emitting UTF-8 characters

Description

UTF-8 cli characters can be turned on by setting the cli.unicode option to TRUE. They can be turned on by setting if to FALSE. If this option is not set, then base::l10n_info() is used to detect UTF-8 support.

Usage

is_utf8_output()

Arguments

Value

Flag, whether cli uses UTF-8 characters.