mosra / m.css

A no-nonsense, no-JavaScript CSS framework, site and documentation theme for content-oriented websites
https://mcss.mosra.cz
Other
406 stars 92 forks source link

fix compile on windows (with code page 1251) #115

Closed DarkContact closed 4 years ago

DarkContact commented 4 years ago

I tried to execute the script and received the following error: mcss

I think the problem is because my system locale is "ru;Russian". This fix solved my problem

codecov[bot] commented 4 years ago

Codecov Report

Merging #115 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #115   +/-   ##
=======================================
  Coverage   98.12%   98.12%           
=======================================
  Files          27       27           
  Lines        6444     6444           
  Branches       44       44           
=======================================
  Hits         6323     6323           
  Misses        121      121

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a56227e...689ffe5. Read the comment docs.

mosra commented 4 years ago

Thank you! Sorry about this one, on Linux the file encoding defaults to UTF-8 and I don't always remember to add an explicit encoding parameter.