Jak konwertować dane na UTF-8 w Node.js
res.send(data.toString("utf8"));
SAMER SAEID
res.send(data.toString("utf8"));