ericf / express-handlebars

A Handlebars view engine for Express which doesn't suck.
BSD 3-Clause "New" or "Revised" License
2.32k stars 382 forks source link

Fix for issue #161: Can you trim first char code 65379? #206

Closed aarondh-zz closed 5 years ago

aarondh-zz commented 7 years ago

This issue appears when using express-handlebars on any windows file system. The change removes the BOM for utf-8 when fs does not.

sahat commented 5 years ago

This has been fixed in https://github.com/ericf/express-handlebars/pull/191 and published in v3.0.1.