Closed (won't fix)
Project:
Exif
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2011 at 18:22 UTC
Updated:
28 Feb 2016 at 15:21 UTC
Jump to comment: Most recent
This commit calls utf8_encode on all exif tags after reading: http://drupal.org/cvs?commit=433564
However, some exif tags are arrays, for example the GPS latitude and longitude tags. These values are lost.
Attached patch runs utf8_encode() on all non-array tags. Not sure if there are any array tags that need to be utf-8 encoded.
| Comment | File | Size | Author |
|---|---|---|---|
| exif-utf8-array.patch | 1.19 KB | mfb |
Comments
Comment #1
jphautin commenteddrupal 6 EOL