Home >Backend Development >PHP Tutorial >一个汉字字符串一半是gbk另外一半是utf8咋同时正确显示啊解决方案

一个汉字字符串一半是gbk另外一半是utf8咋同时正确显示啊解决方案

WBOY
WBOYOriginal
2016-06-13 09:59:461121browse

一个汉字字符串一半是gbk另外一半是utf8咋同时正确显示啊
如题:

家乐福瀹朵箰绂?


------解决方案--------------------
你这个问题有意思啊,你咋不说 “扌あ”怎么能让人看明白呢,

这种乱码至少目前没有合适的方法,除非gbk的编码规则和utf8的编码规则完全不一样,否则你没有办法去判断到底是gbk的编码,还是utf8的编码?

如果 gbk的 0xffffff内编码,而utf8的编码是 0xffffff000000,这种情况,你是可以明显区分,但是除此之外,因为gbk和utf8很多内容不一样但是编码却一样的情况存在,所以上面你说的问题很难解决!

Statement:
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