You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 10, 2022. It is now read-only.
i have some issue that 'compliation error; invalid utf-8' when i tried to comment in Korean.
i tried to add "files.encoding": "euc-kr" in setting.json but still doesn't work.
( tried "euckr" as well but no working )
of course it works on coding scss with utf-8, but i need a file with euc-kr encoding and Korean comment..
did i put wrong setting for encoding?
any other solution?
The text was updated successfully, but these errors were encountered:
Have you tried placing @charset 'utf-8'; at the start of the files that you're planning to output? Possibly even all of them 🤷
However, this may not work in this extension as it uses a very old version. Refer to #486 and you will see that I have a fork that I'm actively maintaining.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i have some issue that 'compliation error; invalid utf-8' when i tried to comment in Korean.
i tried to add "files.encoding": "euc-kr" in setting.json but still doesn't work.
( tried "euckr" as well but no working )
of course it works on coding scss with utf-8, but i need a file with euc-kr encoding and Korean comment..
did i put wrong setting for encoding?
any other solution?
The text was updated successfully, but these errors were encountered: