static Uint8List decode8BitTextData(String /*!*/ part) { part = part.replaceAll('\r\n', ''); return Uint8List.fromList(part.codeUnits); }