Skip to content

Commit 002d07f

Browse files
committed
Merge pull request #48 from FrivalszkyP/master
Support for Unicode Exiftool output added
2 parents fd4d474 + fadb024 commit 002d07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/PHPExif/Adapter/Exiftool.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ public function getExifFromFile($file)
110110
)
111111
);
112112

113-
$data = json_decode($result, true);
113+
$data = json_decode(utf8_encode($result), true);
114114

115115
// map the data:
116116
$mapper = $this->getMapper();

0 commit comments

Comments
 (0)