在html标记属性中,字符会出现问号

时间:2012-03-19 21:41:06

标签: php encoding utf-8 exif

我的应用程序允许用户上传带有“嵌入式”字幕的图像。这些标题取自exif数据:

foreach (exif_read_data('image.jpg', 0, true) as $key => $section) {
    foreach ($section as $name => $val) {
        if ($key == 'IFD0' && $name == 'Title') {
            $caption = $val;
            break;
        }
    }
    if ($caption !== '') { break; }
}
//save $caption to database

图像与其标题一起显示。每个图像的标题呈现2次:

    图片附近的title
  1. <a>属性
  2. 在包含标题
  3. div

    结果如下:

    <a title="T?h?i?s? ?i?s? ?a? ?c?a?p?t?i?o?n?" href="#"><img src="image.jpg"></a>
    <div class="caption">This is a caption.</div>
    

    如您所见,当标题位于title属性内时,会出现问号。为什么会这样?

    我会注意到我已经使整个应用程序使用utf8(数据库,html页面)。在将其保存到数据库之前,我还尝试utf8_encode()提取的标题,但无济于事。

    有什么想法吗?

    修改 顺便说一句,使用<a>的原因是,单击时图像会显示在jQuery灯箱中。

    修改 @tpaksu,这是exif_read_data('image.jpg', 0, true)

    结果的实际转储
    Array
    (
        [FILE] => Array
            (
                [FileName] => 174.jpg
                [FileDateTime] => 1332196128
                [FileSize] => 236179
                [FileType] => 2
                [MimeType] => image/jpeg
                [SectionsFound] => ANY_TAG, IFD0, EXIF, GPS, WINXP
            )
    
        [COMPUTED] => Array
            (
                [html] => width="640" height="427"
                [Height] => 427
                [Width] => 640
                [IsColor] => 1
                [ByteOrderMotorola] => 1
                [CCDWidth] => 9mm
                [ApertureFNumber] => f/11.0
                [UserComment] => 
                [UserCommentEncoding] => UNDEFINED
            )
    
        [IFD0] => Array
            (
                [ImageDescription] => STATE OF CALAMITY/FEB. 2, 2012: Firemen and residents of sitio San Roque in Talisay City help each other in putting off the fire. The Talisay City council wants to declare sitio Laray in a state of calamity.(CDN PHOTO/JUNJIE MENDOZA)
                [Make] => Canon
                [Model] => Canon EOS 50D
                [Orientation] => 1
                [Software] => Adobe Photoshop CS2 Windows
                [DateTime] => 2012:02:04 18:54:15
                [YCbCrPositioning] => 1
                [UndefinedTag:0x1001] => 4752
                [UndefinedTag:0x1002] => 3168
                [Exif_IFD_Pointer] => 2544
                [GPS_IFD_Pointer] => 5304
                [Title] => S�T�A�T�E� �O�F� �C�A�L�A�M�I�T�Y�/�F�E�B�.� �2�,� �2�0�1�2�:� �F�i�r�e�m�e�n� �a�n�d� �r�e�s�i�d�e�n�t�s� �o�f� �s�i�t�i�o� �S�a�n� �R�o�q�u�e� �i�n� �T�a�l�i�s�a�y� �C�i�t�y� �h�e�l�p� �e�a�c�h� �o�t�h�e�r� �i�n� �p�u�t�t�i�n�g� �o�f�f� �t�h�e� �f�i�r�e�.� �T�h�e� �T�a�l�i�s�a�y� �C�i�t�y� �c�o�u�n�c�i�l� �w�a�n�t�s� �t�o� �d�e�c�l�a�r�e� �s�i�t�i�o� �L�a�r�a�y� �i�n� �a� �s�t�a�t�e� �o�f� �c�a�l�a�m�i�t�y�.�(�C�D�N� �P�H�O�T�O�/�J�U�N�J�I�E� �M�E�N�D�O�Z�A�)���
                [Subject] => S�T�A�T�E� �O�F� �C�A�L�A�M�I�T�Y�/�F�E�B�.� �2�,� �2�0�1�2�:� �F�i�r�e�m�e�n� �a�n�d� �r�e�s�i�d�e�n�t�s� �o�f� �s�i�t�i�o� �S�a�n� �R�o�q�u�e� �i�n� �T�a�l�i�s�a�y� �C�i�t�y� �h�e�l�p� �e�a�c�h� �o�t�h�e�r� �i�n� �p�u�t�t�i�n�g� �o�f�f� �t�h�e� �f�i�r�e�.� �T�h�e� �T�a�l�i�s�a�y� �C�i�t�y� �c�o�u�n�c�i�l� �w�a�n�t�s� �t�o� �d�e�c�l�a�r�e� �s�i�t�i�o� �L�a�r�a�y� �i�n� �a� �s�t�a�t�e� �o�f� �c�a�l�a�m�i�t�y�.�(�C�D�N� �P�H�O�T�O�/�J�U�N�J�I�E� �M�E�N�D�O�Z�A�)���
                [UndefinedTag:0xEA1C] => �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
            )
    
        [EXIF] => Array
            (
                [ExposureTime] => 1/125
                [FNumber] => 11/1
                [ISOSpeedRatings] => 400
                [ExifVersion] => 0221
                [DateTimeOriginal] => 2012:02:02 12:40:00
                [DateTimeDigitized] => 2012:02:02 12:40:00
                [ComponentsConfiguration] => �
                [ShutterSpeedValue] => 458752/65536
                [ApertureValue] => 458752/65536
                [ExposureBiasValue] => 0/1
                [Flash] => 16
                [FocalLength] => 16/1
                [UserComment] => ������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
                [SubSecTimeOriginal] => 00
                [SubSecTimeDigitized] => 00
                [FlashPixVersion] => 0100
                [ColorSpace] => 1
                [ExifImageWidth] => 2000
                [ExifImageLength] => 1333
                [FocalPlaneXResolution] => 4752000/894
                [FocalPlaneYResolution] => 3168000/597
                [FocalPlaneResolutionUnit] => 2
                [CustomRendered] => 0
                [ExposureMode] => 1
                [WhiteBalance] => 0
                [SceneCaptureType] => 0
                [UndefinedTag:0xEA1C] => �������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������
            )
    
        [GPS] => Array
            (
                [GPSVersion] => ��
            )
    
        [WINXP] => Array
            (
                [Title] => STATE OF CALAMITY/FEB. 2, 2012: Firemen and residents of sitio San Roque in Talisay City help each other in putting off the fire. The Talisay City council wants to declare sitio Laray in a state of calamity.(CDN PHOTO/JUNJIE MENDOZA)
                [Subject] => STATE OF CALAMITY/FEB. 2, 2012: Firemen and residents of sitio San Roque in Talisay City help each other in putting off the fire. The Talisay City council wants to declare sitio Laray in a state of calamity.(CDN PHOTO/JUNJIE MENDOZA)
            )
    
    )
    

2 个答案:

答案 0 :(得分:3)

好的,在你的代码中尝试这个。

 if ($key == 'IFD0' && $name == 'Title') {
     if(strpos($val,"�")>0){
         for($i=0;$i<len($val);$i++){
             $newval.=$val[i];
             $i++;
         }
     }
     $caption = $val;
     break;
 }

 if ($key == 'IFD0' && $name == 'Title') {
     $caption = preg_replace('/[^(\x20-\x7F)]*/','', $val);
     break;
 }

答案 1 :(得分:2)

Windows 7似乎使用UTF-16 Little Endian编码IFD0标签,因此您也可以尝试使用 iconv() trim()解析这些值。 以防万一

$exif_data = exif_read_data( $file, NULL, true, false );
    if ( isset( $exif_data['IFD0'] ) ) {
        $title  = trim(iconv('UTF-16LE','UTF-8',$ifd0['Title']));
    }

当然,确保您的系统提供UTF-16LE和UTF-8

是明智之举