Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近开始看到这个错误,由于我最近没有更改 css 文件,所以我无法弄清楚是什么原因造成的
您需要将 SCSS 文件转换为 UTF-8;如果它包含 \x00-\x80 范围之外的任何字符(在本例中为â),则它不能从 ASCII 隐式转换。
任何体面的编辑器都应该能够将其转换为 UTF-8,否则无法使用iconv.
iconv
当然,您也可以删除冒犯性的角色,但我认为它的存在是有充分理由的。