Implement correct string encoding
Open
bug
- Dominant language
- TypeScript
- Stars
- 344
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
Currently strings are read as-is, byte by byte using a `Uint8Array`. The downside of this is that characters in high UTF-16/UTF-8 ranges will likely break or be malformed.
I'm not too sure about this but I'll assume it is an issue anyhow.
See [here](https://github.com/43081j/id3/blob/master/lib/id3frame.js#L113).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.