String(m[853:863])
is what you want here: you want the String
constructor that creates a string directly from raw bytes in ASCII / UTF-8 encoding.
2 Likes
String(m[853:863])
is what you want here: you want the String
constructor that creates a string directly from raw bytes in ASCII / UTF-8 encoding.