J
J
jenya77712017-10-12 21:29:22
Node.js
jenya7771, 2017-10-12 21:29:22

How to write data to file in UTF-8 encoding?

Hello, how to write data in UTF-8?

var writeStream = fs.createWriteStream("data.csv"); // создаем поток
writeStream.write(strCsw);
writeStream.end();

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question