rails / propshaft

Deliver assets for Rails
MIT License
913 stars 97 forks source link

Ensure file content is read as UTF-8 #166

Closed brenogazzola closed 10 months ago

brenogazzola commented 11 months ago

As reported in https://github.com/rails/sprockets/issues/498. Propshaft has the same bug. Will keep this unmerged for a while for testing and further opinion from others.

brenogazzola commented 10 months ago

Propshaft writes the file correctly, even if the specific test in this PR fails without the enforcing UTF-8. Closing as not needed.