Method to convert a file to UTF-8. This method is the equivalent of the function convertUTF8().
var myFile = new File('C:\myNonUTFFile.txt'); file.convertUTF8();
Parameter | Data type | Required | Description |
---|---|---|---|
fileencoding | string | The current file encoding. Default is iso-8859-1 |
Value | Meaning |
---|---|
true | Conversion succeeded |