Debugger debugging of phped. A solution that displays garbled characters when the variable value is Chinese

Source: Internet
Author: User

 

The following php code is available:

 

 

The garbled characters in the debugging analyzer are shown as follows:

 

 

 

 

 

After all aspects of exploration, find the solution as follows:

 

You also need to set the debugger encoding. There is a global setting and personalized settings for each project,

In general, we set global settings to UTF-8 format, as shown in:

 

 

However, this encoding format must be consistent with the specific project encoding format. Otherwise, Chinese characters may be garbled.

 

If your project is in the "gbk" encoding format, you also need to set the debugger to gbk encoding for this project as follows:

 

1>. Right-click the project and choose Properties ":

 

 

2> select the "Debugger" tab and set the encoding format as follows:

NOTE: If your project code is "UTF-8", select "UTF-8" here. If it is "gbk", select "gbk ".

 

 

 

 

Start debugging again. The variable value is displayed as Chinese, as shown in:

 

From Qian Tu's blog

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.