Write text files without Byte Order Mark (BOM) ?

Posted by Vijay on Stack Overflow See other posts from Stack Overflow or by Vijay
Published on 2010-03-13T07:43:25Z Indexed on 2010/03/13 7:45 UTC
Read the original article Hit count: 563

Filed under:
|
|
|
|

I am trying to create a text file using VB.Net with UTF8 encoding, without BOM. Can anybody help me, how to do this?
I can write file with UTF8 encoding but, how to remove Byte Order Mark from it?
Thanks in Advance.

© Stack Overflow or respective owner

Related posts about vb.net

Related posts about c#