Home > Backend Development > PHP Tutorial > 实体字符解码乱码 求助!!!

实体字符解码乱码 求助!!!

WBOY
Release: 2016-06-23 14:18:24
Original
794 people have browsed it

本帖最后由 anydy2008 于 2013-08-07 18:09:23 编辑

var_dump(html_entity_decode($content='

?

',ENT_QUOTES));

服务器转出来会乱码,简体字是正常的;应该是繁体字的问题。

本地测试正常。  本地的是window   服务器是linux



求助大神  

回复讨论(解决方案)

你服务器的编码是什么? 

你服务器的编码是什么? 

怎样看服务器的编码呢  

你把 utf-8 的内容,显示在 gbk 的环境里
自然就是这样了

你把 utf-8 的内容,显示在 gbk 的环境里
自然就是这样了

确实是这个问题    

刚好这个文件不是ascll的,困惑了。 犯了个小错误 

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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template