 |
VBScript Scripting Techniques: Convert ASCII to UTF-8
How to convert plain text files to UTF-8 in VBScript ... Convert plain text files to UTF-8 with ADODB.Stream VBScript Code: Option Explicit Dim objFSO, strFileIn, strFileOut strFileIn = WScript.ScriptName
www.robvanderwoude.com |
 |