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