EXIF_G 3886 ext/exif/exif.c ImageInfo->encode_unicode = estrdup(EXIF_G(encode_unicode)); EXIF_G 3887 ext/exif/exif.c ImageInfo->decode_unicode_be = estrdup(EXIF_G(decode_unicode_be)); EXIF_G 3888 ext/exif/exif.c ImageInfo->decode_unicode_le = estrdup(EXIF_G(decode_unicode_le)); EXIF_G 3889 ext/exif/exif.c ImageInfo->encode_jis = estrdup(EXIF_G(encode_jis)); EXIF_G 3890 ext/exif/exif.c ImageInfo->decode_jis_be = estrdup(EXIF_G(decode_jis_be)); EXIF_G 3891 ext/exif/exif.c ImageInfo->decode_jis_le = estrdup(EXIF_G(decode_jis_le));