node-strip-bom-stream

Strip UTF-8 byte order mark (BOM) from a stream
  https://github.com/sindresorhus/strip-bom-stream
  0
  no reviews



The Unicode Standard permits the BOM in UTF-8, but does not require nor recommend its use. Byte order has no meaning in UTF-8.

Node.js is an event-based server-side JavaScript engine.