Solution to phpstorm editor garbled code problem, phpstorm editor garbled code
PhpStorm is a lightweight and convenient PHP IDE designed to provide user efficiency, deeply understand the user's coding, provide intelligent code completion, fast navigation and instant error checking.
Since the PHPStorm editor defaults to UTF-8 encoding
If you develop a Chinese website with gbk encoding, garbled characters will appear when loading GBK encoding
Solution:
Copy code The code is as follows:
FILE->Setting->File Encoding->Change UTF-8 to GBK
A few character changes solve this problem, isn’t it very simple?
http://www.bkjia.com/PHPjc/920626.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/920626.htmlTechArticleSolution to phpstorm editor garbled code problem, phpstorm editor garbled code PhpStorm is a lightweight and convenient PHP IDE. Designed to provide user efficiency, it can deeply understand user coding and provide intelligent...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn