Function local_encoding::posix::ansi_to_string
[−]
[src]
pub fn ansi_to_string(data: &[u8]) -> Result<String>
Convert ANSI 8-bit string to String.
On non-Windows systems convert UTF-8 to String.