You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I've come across this issue when processing photos with tags that have multibyte characters. Such names appear garbled when retrieved using node-exif.
To reproduce, add a tag like this to an image if you don't have one already
Hi. I've come across this issue when processing photos with tags that have multibyte characters. Such names appear garbled when retrieved using
node-exif
.To reproduce, add a tag like this to an image if you don't have one already
Retrieving the info with
identify
gives us the name correctlyNow, using node-exif in a REPL environment:
The characters with diacritic marks are two-byte characters, but
node-exif
doesn't recognize them as such.The text was updated successfully, but these errors were encountered: