We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What character encoding is to be used when interpreting unit texts in SystemParameters object 0
# system pressure unit text. data = b'\x00\x00\xa1m\x00\x00\x00\x00' data.decode('latin-1') >>> !m
Available encodings: https://docs.python.org/3.8/library/codecs.html?highlight=latin#standard-encodings
Many other text fields also has as "weird" characters in them.
'Status St1\x00Closed\x00 ' 'Spare prim. vol. Vs\x00 ' 'Spare base vol. Vbs\x000}"' 'Base flow Qb\x00}?}#} }<} '
The text was updated successfully, but these errors were encountered:
Krolken
No branches or pull requests
What character encoding is to be used when interpreting unit texts in SystemParameters object 0
Available encodings:
https://docs.python.org/3.8/library/codecs.html?highlight=latin#standard-encodings
Many other text fields also has as "weird" characters in them.
The text was updated successfully, but these errors were encountered: