h-wang / utf-bom-fixer
UTF BOM fixer
v1.0.0
2017-04-06 12:48 UTC
Requires
- symfony/console: ~3.2
This package is not auto-updated.
Last update: 2026-03-15 04:28:34 UTC
README
Remove file UTF BOM.
The UTF-8 BOM is a sequence of bytes (EF BB BF) that allows the reader to identify a file as being encoded in UTF-8.
Normally, the BOM is used to signal the endianness of an encoding, but since endianness is irrelevant to UTF-8, the BOM is unnecessary.
According to the Unicode standard, the BOM for UTF-8 files is not recommended
Installation
Install dependencies
composer install
Run from the command line
php ./fixer fix dir_name_or_file_name [--extension=php]