Enum local_encoding::Encoding [] [src]

pub enum Encoding {
    ANSI,
    OEM,
}

Text convertation encoding.

Variants

Use CP_ACP codepage on Windows and UTF-8 on other systems.

Use CP_OEM codepage on Windows and UTF-8 on other systems.

Trait Implementations

impl Encoder for Encoding
[src]

Convert from bytes to string.

Convert from bytes to string.