How would you use FileSystemObject to write to a string to a file in Unicode?
The 2nd argument of OpenAsTextStream determines if you want unicode or ascii.
OpenAsTextStream