mattburns / exiftool.js

A pure javascript implementation of exiftool
MIT License
64 stars 13 forks source link

missing printable characters #15

Closed dfries closed 9 years ago

dfries commented 9 years ago

I'm finding that exiftool.js is missing many of the printable characters, I have included I believe all the printable characters in the regular expression in pull request #13, now I'm able to read all the characters I expect. It makes for a long line, if you want me to break it up using RegExp I'll redo and submit it again.

mattburns commented 9 years ago

Thanks! All merged in now I think :)