Comment 3 for bug 942595

Revision history for this message
Hobson Lane (hobs) wrote : Re: A malformed MakerNote crashes pyexiv2

Better fix.
Implements latin encoding translation to ascii (required by python) before using exif.undefined_to_string() on tag strings.
Also escapes nonprintable characters using backslashes like \x00 for NULL or EOF.