首頁  >  文章  >  運維  >  如何解決Centos中html頁面存取中文亂碼問題

如何解決Centos中html頁面存取中文亂碼問題

WJ
WJ原創
2020-06-03 15:33:432291瀏覽

如何解決Centos中html頁面存取中文亂碼問題

如何解決Centos中html頁面存取中文亂碼問題?

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.UTF-8 
source /etc/profile
 vim /etc/locale.conf

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

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

 相關參考:centOS教學

##

以上是如何解決Centos中html頁面存取中文亂碼問題的詳細內容。更多資訊請關注PHP中文網其他相關文章!

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn