Functions§
- current_
acp - Get Current ANSI Code Page via Windows API
- current_
acp_ encoding - current_
acp_ encoding_ no_ replacement - from_
encoding - Returns the preferred code page identifier for an
Encoding. - to_
encoding - Maps a Windows code page identifier to an encoding_rs
Encoding(orNoneif there is no appropriate mapping). - to_
encoding_ no_ replacement - Like
to_encoding, except returnsNonewhento_encodingwould returnSome(REPLACEMENT).