Home >Backend Development >PHP Tutorial >请问php如何将utf-8编码的繁体转成gbk简体呢?

请问php如何将utf-8编码的繁体转成gbk简体呢?

WBOY
WBOYOriginal
2016-06-23 14:03:541544browse

如题。big编码的繁体转成简体我倒是会。


回复讨论(解决方案)

那就先转big5呗

简繁转换需要码表,编码转换用mb或iconv

我临时找到了解决方案。将utf-8转换成big5编码,再把big5装换成gbk,效果还算满意。

那就先转big5呗

简繁转换需要码表,编码转换用mb或iconv

我也是这样做的。

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