Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

CSS rewriters don't handle a CSS file having a BOM #445

Closed
GoogleCodeExporter opened this issue Apr 6, 2015 · 0 comments
Closed

CSS rewriters don't handle a CSS file having a BOM #445

GoogleCodeExporter opened this issue Apr 6, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

If a CSS file has a BOM (Byte Order Mark) it was causing problems with some CSS 
rewriters, in particular the combiner because the resulting combined CSS would 
have a BOM embdeded in it rather than at the start.

This has been fixed to strip the BOM from CSS, reinstate it a BOM at the start 
of the combined CSS, and take the BOM into account when deciding whether CSS 
files should be combined (we now only combined CSS files with the same charset).

Original issue reported on code.google.com by matterb...@google.com on 23 May 2012 at 1:10

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant