Solution to Chinese garbled code when running workerman using cmd

Release: 2019-12-23 11:02:24
Original
2464 people have browsed it

Solution to Chinese garbled code when running workerman using cmd

The Chinese garbled characters when cmd runs workerman can be solved by modifying the cmd window encoding format to utf-8.

How to modify the utf-8 encoding format of the cmd window:

Temporary modification: only affects the current window, first enter the cmd command window (shortcut win key R).

Directly enter "chcp 65001" and press the Enter key to execute. At this time, the window encoding is already UTF-8 encoding.

Solution to Chinese garbled code when running workerman using cmd

Permanent modification: Win key R, enter regedit, OK.

Solution to Chinese garbled code when running workerman using cmd

Find HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Command Processor in order.

Solution to Chinese garbled code when running workerman using cmd

Right-click - New and select "String Value".

Solution to Chinese garbled code when running workerman using cmd

Name it "autorun", right-click to modify, fill in "chcp 65001" for numerical data, and confirm.

Solution to Chinese garbled code when running workerman using cmd

For more workerman knowledge, please pay attention to theworkerman tutorialcolumn on the PHP Chinese website.

The above is the detailed content of Solution to Chinese garbled code when running workerman using cmd. For more information, please follow other related articles on the PHP Chinese website!

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
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!