Skip to main content

get_native_encoding_name

Function get_native_encoding_name 

Source
pub fn get_native_encoding_name() -> Result<&'static str, NativeEncodingError>
Expand description

Returns the canonical label for the native system encoding.

ยงErrors

Returns NativeEncodingError if the system encoding cannot be detected.