Added
- A new encoding parameter has been added to Disk.__init__() and file utility methods to let user specify the proper
encoding for file and string operations.
Fixed
- Encoding and parsing issues in partition data have been fixed (reported in issue 5):
- Partition mounting point containing space character was displayed improperly in the demo
- Partition label containing non-ascii character was displayed improperly in the demo
- The demo won't stop if a disk does not have temperature (e.g. USB pendrive)