You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to use simple parse in python3 to parse plain bytes instead of str string.
How can this be done without decoding bytes first to str. bytes can be several 10MB.
Python3.8
simpleparse 2.2.2
The text was updated successfully, but these errors were encountered:
hernot
changed the title
How to parse byte string with embeded binary data in python3 without coversion to utf8
How to parse byte string with embeded binary data in python3 without coversion to utf8 str
Jun 17, 2022
Is it possible to use simple parse in python3 to parse plain bytes instead of str string.
How can this be done without decoding bytes first to str. bytes can be several 10MB.
Python3.8
simpleparse 2.2.2
The text was updated successfully, but these errors were encountered: