Centos中解决html页面访问中文乱码问题

2021-04-09 08:25

阅读:395

id="Label3" contentScore="386">

标签:install   file   profile   def   yum   http   中文   conf   centos   

1.安装相应的语言包
yum -y install kde-l10n-Chinese && yum -y reinstall glibc-common

localedef -c -f UTF-8 -i zh_CN zh_CN.utf8

?export LC_ALL=zh_CN.utf8

vim /etc/profile

?export LC_ALL=zh_CN.utf8

export LANG=zh_CN.UTF-8

source /etc/profile

vim /etc/locale.conf

LANG=zh_US.UTF-8

2.在html的meta中指定使用的字符集

Centos中解决html页面访问中文乱码问题

标签:install   file   profile   def   yum   http   中文   conf   centos   

原文地址:https://blog.51cto.com/mpflinux/2476581


评论


亲,登录后才可以留言!