Hi,

I have the text in excel with Chinese character, i need to write the character in txt file and save it in UFT-8 with BOM format.

Script used:
Set objFile = objCRfile.createtextfile(varfile, 8, True)

It save the file in 'Encode in UCS-2 LE BOM' format.

I need to convert the file to 'UFT-8-BOM' format.

Please guide us.

Thanks