stri_enc_info {stringi}R Documentation

Query a Character Encoding

Description

Gets basic information on a character encoding.

Usage

stri_enc_info(enc = NULL)

Arguments

enc

NULL or "" for default encoding, or a single string with encoding name

Details

An error is raised if the provided encoding is unknown to ICU (see stri_enc_list for more details)

Value

Returns a list with the following components:

See Also

Other encoding_management: stri_enc_list, stri_enc_mark, stri_enc_set, stringi-encoding


[Package stringi version 1.1.6 Index]