detect_encoding_from_env

Function detect_encoding_from_env 

Source
pub fn detect_encoding_from_env() -> DetectedEncoding
Expand description

Detect encoding from environment variables.

Checks LC_ALL, LC_CTYPE, and LANG in order.