The Title and Author (and Creator, maybe more fields) are output incorrectly in the plain-text output from JHOVE when characterizing the attached PDF. The plain text output is as follows:
Title: ねづぴち〭づへぴひちっぴはひ〭つづぶづぬはばづひび〭でふどつづ〭ぶ〳
Author: ばちひちねづびに
It should read (according to ExifTool):
Title: meta-extractor-developers-guide-v3
Author: paramesk
The JHOVE XML output is correct:
<dc:title>
<rdf:Alt>
<rdf:li xml:lang="x-default">meta-extractor-developers-guide-v3</rdf:li>
</rdf:Alt>
</dc:title>
<dc:creator>
<rdf:Seq>
<rdf:li>paramesk</rdf:li>
</rdf:Seq>
</dc:creator>