Solve the problem that the browser cannot input Chinese under centos

王林
Release: 2020-08-29 16:54:49
forward
2668 people have browsed it

Solve the problem that the browser cannot input Chinese under centos

Solution:

First open the /root/.bashrc file;

(Recommended tutorial:centos tutorial)

vim /root/.bashrc
Copy after login

(Learning video recommendation:linux video tutorial)

Then add the following content at the end of the file:

export LC_CTYPE=zh_CN.UTF-8
Copy after login

The above is the detailed content of Solve the problem that the browser cannot input Chinese under centos. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:csdn.net
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!