Home > Backend Development > PHP Problem > What to do if Chinese garbled characters appear in php cmd

What to do if Chinese garbled characters appear in php cmd

藏色散人
Release: 2023-03-17 07:16:01
Original
1598 people have browsed it

php cmd Chinese garbled solution: 1. Open the command prompt window and execute the "chcp 65001" command; 2. Click the "icon" next to the command prompt, and select " Properties"; 3. Check "Use old version of console (U) (requires restarting, affects all consoles)" and "Discard old copy".

What to do if Chinese garbled characters appear in php cmd

The operating environment of this tutorial: Windows 7 system, PHP version 8.1, Dell G3 computer.

php What should I do if cmd has Chinese garbled characters?

cmd command prompt garbled solution:

First, open the command prompt window and execute the [chcp 65001] command

What to do if Chinese garbled characters appear in php cmd

After executing the above command, you can use [UTF-8] encoding for this command prompt

What to do if Chinese garbled characters appear in php cmd

If you want to permanently change the encoding, you need to Click the [icon] next to the command prompt, select [Properties] from the expanded drop-down menu

What to do if Chinese garbled characters appear in php cmd

Command Prompt properties window, check [Use the old console (U ) (requires restarting, affecting all consoles)] and [discard old copies]

What to do if Chinese garbled characters appear in php cmd

Recommended learning: "PHP Video Tutorial"

The above is the detailed content of What to do if Chinese garbled characters appear in php cmd. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
php
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