How to change encoding of all files at once with Jetbrains IDE like WebStorm

后端 未结 4 979
野性不改
野性不改 2021-02-20 14:43

For some unknown reason, the encoding of my files has changed without me noticing for a while.

It was UTF-8 and now is windows-1252. I have res

4条回答
  •  面向向阳花
    2021-02-20 15:33

    You can change your code's character set in WebStorm foot bar

    1. Open code file
    2. You can see foot bar ( This menu is in right down. )
    3. Click character set select bar
    4. change your code encoding
    5. change and save

提交回复
热议问题