Decodes the data from the given 8bit text part
part
static Uint8List decode8BitTextData(final String part) => Uint8List.fromList(part.replaceAll('\r\n', '').codeUnits);