Z
Z
ZaurK2017-02-01 13:45:54
Parsing
ZaurK, 2017-02-01 13:45:54

How to force casperjs to save file in utf-8?

Good afternoon! Here is a piece of code that saves the page to a file

casper.thenOpen(myurli, function(){

       var page1 = this.getHTML();
       fs.write(file_path, page1, 'wb');
  
});

The file is saved in ANSI, but I need it in utf-8. Please tell me how to do it?

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