如何修复 iTunes Feed 上的 Unicode 字符问题

发布于 2024-11-14 05:16:23 字数 304 浏览 3 评论 0原文

我正在尝试使用其授权的平面提要从 Apple App Store 中提取应用程序。然而,我在处理编码问题时遇到了困难。以下是一些示例:

一个名为的日语应用程序

ホームページ用和英辞典

显示为

ㄧㄧㄧㄧ

不仅如此,即使是常用的特殊字符,如“(撇号)”、“(引号)”也会以“”、“”等字符显示

有人可以帮我解决这个问题吗?

编辑添加:我正在研究 PHP

I am trying to pull applications from the Apple App Store using their authorised flat feed. However, I am having a tough time dealing with the encoding issues. Here are some examples :

A Japanese app titled

ホームページ用和英辞典

is displayed as

ホームページ用和英辞å

Not just that, even commonly used special characters like '(apostrophe), “(quote) are displayed with characters like ’ and “.

Can someone please help me with how this issue can be sorted out?

Edited to Add : I am working on PHP

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

骄傲 2024-11-21 05:16:23

提供的提要采用什么字符集?您声明文档采用什么字符集?对于刚开始发送 ISO-8859-1 并阅读 UTF-8 提要的人来说,这是很常见的。为了简单起见,您会希望这两个匹配。

在处理这些问题时,这两篇文章也可能会引起您的兴趣

What character set is the feed provided in, and what character set are you declaring your document to be? It's pretty common for people starting out to be sending ISO-8859-1, while reading in a UTF-8 feed. You'll want those two to match for simplicity.

These two articles may also be of interest while dealing with these issues

黎歌 2024-11-21 05:16:23

看起来您要么没有保留原始字符编码,要么正在将 Unicode 输出到非 Unicode 编码流中。

It looks like you are either not retaining the original character coding or you are outputting Unicode into a non Unicode coded stream.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文