You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.