UTF Byte Order Mark (BOM) Remover
With this little Microsoft
Windows command line tool you can remove the Byte Order Mark (BOM) from
any files within a given directory recursively (i.e. all java files in
the directory src/).
Download: bomremover.zip (sourcecode inside)
Usage:
- Unzip the file to arbitrary location
- Open a cmd-window at this location
- call bomremover.exe pathWhereToRemoveBom fileMatchingPattern
i.e.:bomremover.exe C:\work\java\myprogram\src *.java
- follow the on-screen instructions (press return twice)
- success