//! UTF-8 encoding functions. Used on operating systems other than Windows.
//!
//! Other operating systems do not have a concept of the ANSI character set. While a custom
//! character set may be chosen, the absolute majority of systems use UTF-8.
/// Converts the given ANSI string into a Rust string.
/// Converts the given Rust string into an ANSI string.