Home > Article > Development Tools > 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!