UTF-8 without signature vs UTF-8 with signature

2.1k Views Asked by At

Using visual studio 2005 text file generating with UTF-8 with signature. I need without signature.

1

There are 1 best solutions below

0
On

Instead of Encoding.UTF8, you could use new UTF8Encoding(false).