Buffer treats decimal numbers mod 100??
Open
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 260
- PR merge metrics
- No merged PRs in 30d
Description
Running v17.3.0,
`Buffer.from("abcde")` returns `` as expected
`Buffer.from("abcde").map(x=>parseInt(x,16))` returns ``
This is probably not the intended behavior of `Buffer`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.