Structs§
Traits§
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.