A Rust library for encoding and decoding strings with local charset, useful for working with ANSI strings on Windows.
# Cargo.toml
[dependencies]
local-encoding = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Encodes a UTF-8 string into a local charset (e.g., Windows-1251).
Check the documentation for supported encodings and handle errors gracefully
No dependency data recorded yet.