lifthrasiir / rust-encoding

Character encoding support for Rust
MIT License
286 stars 59 forks source link

cp437 #115

Open remdragon opened 6 years ago

remdragon commented 6 years ago

I need support to encode/decode cp437 to interface with a dynamic library.

The documentation does not explain how to create your own charset.

Also, I would happily submit a PR with some guidance of how to implement it since I've seen other requests for it.

nelsonjchen commented 6 years ago

I've submitted #116 .