Home  >  Article  >  Development Tools  >  phpstorm font garbled

phpstorm font garbled

王林
王林Original
2019-10-12 17:57:553912browse

phpstorm font garbled

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 gbk-encoded Chinese website, garbled characters will appear when loading GBK encoding.

Solution:

FILE->Setting->File Encoding->Change UTF-8 to GBK.

Recommended tutorial: phpstorm usage tutorial

The above is the detailed content of phpstorm font garbled. For more information, please follow other related articles on the PHP Chinese website!

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