Crate df_cp437

Source

Structs§

BufReader
Progress

Traits§

ProgressUpdater

Functions§

convert_cp437_byte_to_utf8_bytes_for_chars
Converts 1 byte CP437 to 3 bytes UTF-8 This function can not be used for larger texts because of the lack of the newline character
convert_cp437_byte_to_utf8_bytes_for_texts
Converts 1 byte CP437 to 3 bytes UTF-8
convert_cp437_to_utf8
Convert an array of bytes encoded as CP437 into a byte array encoded as UTF-8.
convert_cp437_to_utf8_char
Convert an array of bytes encoded as CP437 into a byte array encoded as UTF-8.