janfri / mini_exiftool

This library is a wrapper for the Exiftool command-line application (https://exiftool.org) written by Phil Harvey. It provides the full power of Exiftool to Ruby: reading and writing of EXIF-data, IPTC-data and XMP-data. Branch master is for actual development and branch compatibility-version is for compatibility with Ruby 1.8 and exiftool versions prior 7.65.
GNU Lesser General Public License v2.1
213 stars 52 forks source link

Problem with special characters in the filename (only Windows) #6

Closed uwe58 closed 11 years ago

uwe58 commented 11 years ago

A '+' sign in the filename is converted by Shellwords.escape to '+'. That's not running on Windows. No idea how to correct this. Shellwords seems for unix and not for windows.

If a filename contains Umlaute 'ä', 'ö', ... a cmd.encode!('ISO-8859-1') is required on Windows.

janfri commented 11 years ago

The problem with the '+' sign should be solved in version 1.7.0.

janfri commented 11 years ago

Problem fixed in mini_exiftool 2.2.1.