Search found 1 match

by dasswill
Tue Sep 08, 2020 10:21 am
Forum: LEGACY scripting
Topic: Save new file as UTF-8
Replies: 1
Views: 3114

Re: Save new file as UTF-8

You can add the codec to the constructor and the file will save as "UTF-8".

Code: Select all

var myFile = new File(tempFile, "UTF-8");
Best regards,
Daniel