The implementation does not properly map characters to bytes and relies on the default system encoding. This can lead to broken manifests. Deprecate it and use InputStream
only. Java's Manifest read
will do the rest for us. The removal would also solve #21.