PHP UTF16 到 UTF8 转换

发布于 2024-10-18 12:24:10 字数 252 浏览 5 评论 0原文

尝试从 CSV 读取 UTF16 内容,然后使用 mb_convert_encoding 将其转换为 UTF8,并对文本执行 utf8_decode。现在将此文本与网页中的 utf8_decoded 文本进行比较,并将输出写入 xls。这对于几乎所有语言(德语、英语、法语、西班牙语、意大利语、印度尼西亚语等)都适用,但(日语、俄语、土耳其语和Polski 中的几个字符)

也尝试过 iconv....一切都是徒劳的。 寻求一些帮助来处理 UTF16 到 UTf8 的转换

Tried to read UTF16 contents from CSV and convert it into UTF8 using mb_convert_encoding and do utf8_decode on the text. Now compare this text to the utf8_decoded text from webpage and write output to a xls.This works fine for almost all languages (German, English, French, Espanol, Italiano, Indonesian,....) except (Japanese, Russian, Turkei and few characters in Polski)

Tried iconv also....All in vain.
Seek some help handling this UTF16 to UTf8 conversion

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文