码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2020-03-09 13:39:08      阅读:88      评论:0      收藏:0      [点我收藏+]

标签: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中指定使用的字符集

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

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

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

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!