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
Pretty much as described in this previous issue I get an exception thrown when tags contain special characters like french accents (e.g. "Interprètes").
I read about decodeURIComponent causing issues with some UTF-8 characters, which is the reason whyescape() is used in the first place, but can't seem to reproduce them as of now.
Any update on this?
Thanks!
The text was updated successfully, but these errors were encountered:
I am running into this issue as well. Interestingly, the library is working fine on most of the files I am trying to parse, but when I edited some with Mp3tag, it started giving me this error with those files, specifically.
Hi!
Pretty much as described in this previous issue I get an exception thrown when tags contain special characters like french accents (e.g. "Interprètes").
I read about
decodeURIComponent
causing issues with some UTF-8 characters, which is the reason whyescape()
is used in the first place, but can't seem to reproduce them as of now.Any update on this?
Thanks!
The text was updated successfully, but these errors were encountered: