php – 这是什么编码?

前端之家收集整理的这篇文章主要介绍了php – 这是什么编码?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何确定此字符串的编码方式?
Sometimes,it’s the little things that make us the happiest.
它是UTF-8解码为Latin-1编码为UTF-8解码为CP1252.
>>> u'’'.encode('cp1252').decode('utf8').encode('latin1').decode('utf8')
u'\u2019'

说真的……谁这样做?

原文链接:https://www.f2er.com/php/134760.html

猜你在找的PHP相关文章