Solve the problem of garbled code in phpstorm editor, garbled code in phpstorm editor_PHP tutorial

WBOY
Release: 2016-07-13 10:12:30
Original
1023 people have browsed it

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?

www.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...
Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!