Answered
cffile utf-8 BOM attribute
Anybody got an clue, how i can write a file with the BOM
attribute.
<cffile action="WRITE" file="#MyPath#\#MyFile#" output="#Text#" charset="utf-8">
generates an utf-8 file without the Unicode-Signatur (BOM). In the docu I didn't find any attribute for BOM.
thanks pawel
<cffile action="WRITE" file="#MyPath#\#MyFile#" output="#Text#" charset="utf-8">
generates an utf-8 file without the Unicode-Signatur (BOM). In the docu I didn't find any attribute for BOM.
thanks pawel