drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.56k stars 480 forks source link

Added support of standard ISO-8859-1 encoding #436

Closed jonasvoelcker closed 5 years ago

jonasvoelcker commented 5 years ago

Fixes #437

Hey guys, we are using your framework in our company and face a situation where the encoding of our images can not be determined.

According to this page, the "1B 2E 41" which can be found in our "CodedCharacterSet" belongs to the ISO-8859-1 encoding.

http://nozer0.github.io/en/technology/system/character-encoding/

drewnoakes commented 5 years ago

This looks great. Could you add that URL to the Javadoc of the method you've modified please? It's a great resource and will be useful in future. Encoding issues pop up regularly.