3 stable releases
Uses old Rust 2015
1.1.0 | Apr 18, 2021 |
---|---|
1.0.1 | Apr 11, 2021 |
1.0.0 | Sep 28, 2020 |
#1887 in Encoding
144 downloads per month
Used in 16 crates
(5 directly)
40KB
574 lines
CP437 to UTF-8
This project is part of DF Storyteller. The project is inspired by the CP437 crate. Although everything had been changed since that point.
Note that the code page correspondence with the code page used in Dwarf Fortress, but can be used for other applications.
It allows buffered reads of files that use CP437 and provides an output in UTF-8. This can be used together with Serde.
It also provides an interface for a progress bar to be added.
License
df_cp437
is distributed under the terms of both the MIT license and
the Apache License (Version 2.0).