Hi,

if I create a textfile with direct_output, I get a UTF-8 file without BOM.
Opening it in Notepad++ and change coding to UTF-8-BOM, I get this version:

Click image for larger version. 

Name:	BOM with Notepad++.gif 
Views:	88 
Size:	3.5 KB 
ID:	14432

Pasting the first three characters in my writeln command:

Code:
Direct_Output sDatei
Writeln "" "BEGIN:VCARD"
I get this result:

Click image for larger version. 

Name:	BOM Direct_output.gif 
Views:	75 
Size:	3.6 KB 
ID:	14433

There are suddenly some more characters.
How can I produce a BOM with direct_output?