Answer the question
In order to leave comments, you need to log in
How to save a file in windows-1251 encoding?
The project uses a file entry with the extension '*.cpp', but the standard
fs.writeFile(id + '.cpp', ans, function(err) {
if(err) throw err;
});
writes the file in UTF-8 encoding. 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