node-red / node-red

Low-code programming for event-driven applications
http://nodered.org
Apache License 2.0
18.93k stars 3.31k forks source link

fix: replace is-utf8 with native nodejs functions #4770

Open Rotzbua opened 1 week ago

Rotzbua commented 1 week ago

Proposed changes

fix: replace is-utf8 with native nodejs functions Available since nodejs 18.14 https://nodejs.org/docs/latest-v18.x/api/buffer.html#bufferisutf8input

Test fails -> draft until fix is found

Reference

mentioned in #4766

Checklist