Updated parse_dm3 for Python3
Updated the parse_dm3 file. The StringIO imports should now work on both python 2 and 3. The objects read from the binary file are now decoded as utf-8 when possible. If decoding fails, the error is ignored and the file read procedes without crashing.
Please register or sign in to comment