Phpstorm Editor garbled problem solved, Phpstorm editor garbled
Phpstorm is a lightweight and convenient PHP IDE designed to provide user efficiency, a deep understanding of the user's coding, smart code completion, quick navigation, and instant error checking.
Because the Phpstorm editor defaults to UTF-8 encoding
If the development is GBK encoded Chinese station, loading GBK encoding will appear garbled
Workaround:
Copy the Code code as follows:
File->setting->file encoding-> changed UTF-8 to GBK
The change of several characters solves this problem, isn't it very simple?
http://www.bkjia.com/PHPjc/920626.html www.bkjia.com true http://www.bkjia.com/PHPjc/920626.html techarticle phpstorm Editor garbled problem solved, Phpstorm editor garbled Phpstorm is a lightweight and convenient PHP IDE, it is designed to provide user efficiency, can deeply understand the user's coding, provide wisdom ...