Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

csso ignores charset and always produces UTF-8 #461

Open
Mrten opened this issue Oct 10, 2022 · 0 comments
Open

csso ignores charset and always produces UTF-8 #461

Mrten opened this issue Oct 10, 2022 · 0 comments

Comments

@Mrten
Copy link

Mrten commented Oct 10, 2022

root@minify:/tmp/csso.dXlepOUyop# cat test.css
@charset "windows-1252";
/** Pijltje omlaag **/
.dbv5-html-data table > :is(thead, tfoot) > tr > th.dbv5-html-sort-desc::before {
  content: "\25BC";
}

procudes an invalid

root@minify:/tmp/csso.dXlepOUyop# csso test.css
@charset "windows-1252";.dbv5-html-data table>:is(thead,tfoot)>tr>th.dbv5-html-sort-desc::before{content:"▼"}

W3.org states this should work, and the whatwg says the name of the encoding is correct.

Can i disable this optimizing of content?

(version 5.0.5)

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

No branches or pull requests

1 participant