postcss / postcss-cli

CLI for postcss
Other
824 stars 93 forks source link

UTF-16 instead of UTF-8 #457

Closed Dodotree closed 9 months ago

Dodotree commented 9 months ago

Hello! I'm trying to use npx postcss .\CSS\home.css > .\CSS\home_min.css However, the output file appears in UTF-16 LE, and I have to convert it back to UTF-8 manually. I wasn't able to find any specifically UTF-26 characters outside of UTF-8 range. Is there any way to make output in UTF-8? Thank you!

Dodotree commented 9 months ago

Sorry, it was because of the system encoding.