method Edit.SaveAsUnicode (FileName as String)
Saves the control's text to file as UNICODE.

TypeDescription
FileName as String A string expression that specifies the file being saved. If the FileName parameter is empty, the control uses the FileName property to specify the file being loaded.
Use the Save method to save the control's text to a file. Use the FileName property to get the name of the file being loaded or saved. Use the Text property to access the control's text. The Save/SaveAsUnicode method updates the FileName property. Use the Load method to load ANSI text from a file. The Save method saves the file as ANSI, while the SaveAsUnicode saves the control's text as UNICODE.