I am generating a file in UTF-8 File format. When i open my file through notepad, i can see only my data. But a 3 byte sequence BOM (Byte Order Mark) is getting added at the beginning of the file to indicate that it is UTF-8 file format which is invisible. If i open the file through command prompt, i can see that 3 bytes.
reference: msdn.microsoft.com/.../textio.aspx
msdn.microsoft.com/.../textio.new.aspx
My requirement is that , i don't want that 3 byte sequence BOM at the beginning of the file but my file should be in UTF-8 file format.
Is there any way to remove the Byte order mark through X++ code ? Or any other solution for this?
Thanks & Regards
Arun B S
*This post is locked for comments