GitHub user scotty1024 opened a pull request:
https://github.com/apache/pdfbox/pull/5
getCharset don't reassign passed argument
Code was changing the value of the passed argument "encoding". New code
doesn't alter argument passed and I think is more understandable after the
alteration.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/scotty1024/pdfbox COSName-Cleanup
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/pdfbox/pull/5.patch
----
----