id3 icon indicating copy to clipboard operation
id3 copied to clipboard

Uncaught URIError: URI malformed with special characters

Open s-uds opened this issue 4 years ago • 1 comments

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 why escape() is used in the first place, but can't seem to reproduce them as of now.

Any update on this?

Thanks!

s-uds avatar May 16 '20 22:05 s-uds

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.

ZMYaro avatar Feb 18 '21 10:02 ZMYaro