EXIF_G           3892 ext/exif/exif.c 	ImageInfo->encode_unicode    = safe_estrdup(EXIF_G(encode_unicode));
EXIF_G           3893 ext/exif/exif.c 	ImageInfo->decode_unicode_be = safe_estrdup(EXIF_G(decode_unicode_be));
EXIF_G           3894 ext/exif/exif.c 	ImageInfo->decode_unicode_le = safe_estrdup(EXIF_G(decode_unicode_le));
EXIF_G           3895 ext/exif/exif.c 	ImageInfo->encode_jis        = safe_estrdup(EXIF_G(encode_jis));
EXIF_G           3896 ext/exif/exif.c 	ImageInfo->decode_jis_be     = safe_estrdup(EXIF_G(decode_jis_be));
EXIF_G           3897 ext/exif/exif.c 	ImageInfo->decode_jis_le     = safe_estrdup(EXIF_G(decode_jis_le));