2017 © Pedro Peláez
 

application utf-bom-fixer

UTF BOM fixer

image

h-wang/utf-bom-fixer

UTF BOM fixer

  • Thursday, April 6, 2017
  • by h-wang
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

UTF BOM Fixer

Remove file UTF BOM., (*1)

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., (*2)

Normally, the BOM is used to signal the endianness of an encoding, but since endianness is irrelevant to UTF-8, the BOM is unnecessary., (*3)

According to the Unicode standard, the BOM for UTF-8 files is not recommended, (*4)

Installation

Install dependencies

composer install

Run from the command line

php ./fixer fix dir_name_or_file_name [--extension=php]

The Versions

06/04 2017

dev-master

9999999-dev https://github.com/h-wang/utf-bom-fixer

UTF BOM fixer

  Sources   Download

MIT

The Requires

 

php bom utf hongliang

06/04 2017

v1.0.0

1.0.0.0 https://github.com/h-wang/utf-bom-fixer

UTF BOM fixer

  Sources   Download

MIT

The Requires

 

php bom utf hongliang