Created by: mkfmnn
For writing, and for reading on Python 3, the default codec changes from ASCII to UTF-8. In Python 2, the default behavior remains to not perform decoding on reading, but this can be overridden by explicitly specifying an encoding. This change applies to both container and stream metadata.
fixes #59 (closed)