stri_enc_info: Query Given Character Encoding

Description Usage Arguments Details Value See Also

Description

Gets basic information on a given character encoding.

Usage

1

Arguments

enc

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

Details

If the encoding provided is unknown to ICU (see stri_enc_list), an error is generated.

If you set a default encoding that is not a superset of ASCII or it is not an 8-bit encoding, a warning will be generated, see stringi-encoding for discussion.

Value

Returns a list with the following components:

See Also

Other encoding_management: stri_enc_get, stri_enc_set; stri_enc_list; stringi-encoding


stringi documentation built on May 2, 2019, 4:54 p.m.