Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix encoding non-ascii characters in detected face names #344

Merged
merged 1 commit into from
Sep 23, 2021
Merged

fix encoding non-ascii characters in detected face names #344

merged 1 commit into from
Sep 23, 2021

Conversation

ajgon
Copy link
Contributor

@ajgon ajgon commented Jul 23, 2021

This is a fix which was also applied in exif reader to properly handle UTF-8 characters in face names. The problem only occurs in exiftool generated metadata as atttributes are accesed by raw values there (the "lightroom" version of face meta is fine).

Here is an example photo to illustrate the problem: https://transfer.sh/15gTYWl/IMG_5910.jpg

Without patch:
wrong

With patch:
correct

@bpatrik
Copy link
Owner

bpatrik commented Sep 23, 2021

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants