Tables are generated from the Unicode Consortium's Microsoft mappings (VENDORS/MICSFT/PC), vendored in data/ and regenerated by tools/gen_tables.py. Decode is fallible because 857/864/869/874 leave byte values undefined; decode_lossy substitutes U+FFFD. Every table is a verified bijection, so defined bytes round-trip exactly.
13 lines
243 B
TOML
13 lines
243 B
TOML
[package]
|
|
name = "msdos-encodings"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "Bidirectional, emulator-grade conversion between MS-DOS code pages and Unicode"
|
|
license = "MIT"
|
|
|
|
[dependencies]
|
|
thiserror = "2"
|
|
|
|
[profile.release]
|
|
lto = true
|