Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question