Convert to UTF8 without BOM

Costas

Administrator
Staff member
Here is an encoding detector and UTF8 BOM / UTF8 without BOM converter..

 

snap121.png


 

Platform : C# 2010
Operating System : Windows
windows1.gif
2000 /
windows1.gif
XP /
windows1.gif
2003 /
windows1.gif
Vista /
windows1.gif
win7 (32bit)
Requirements : v4.0 .NET framework
Filesize : 8.5kb

Download

 

Steven Wittens (aka unconed) declaration :
The UTF-8 BOM was a Microsoft invention. Nobody else uses it, and it breaks tons of things. Two examples off the top of my head: Unix hashbang scripts (i.e. #!/bin/bash), and PHP scripts (the BOM will trigger HTTP header finalization before any code is run).




Finding CSV files that start with a BOM using ripgrep


 
Top