codepage-437 0.1.0

Codepage 437 transcoding for Rust
Documentation
1
2
3
4
5
6
7
8
extern crate codepage_437;

mod cp437_wingdings;
mod cp437_control;
mod dialect;


const ALL_CP437: &[u8] = include_bytes!("../test-data/all.cp437");