43081j / 43081j/id3

Implement correct string encoding

Open
#1 2 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.