Google Chart 支持 UTF-8 字符吗?

发布于 2024-11-18 02:54:17 字数 620 浏览 1 评论 0原文

我在 Google Chart 中有带有 unicode 标签的标题和标签,但它们没有正确显示。

这是一个示例:http://chart.apis.google.com/chart?chs=300x225&cht=p3&chco=344566,C4C4C4&chds=0,90&chma=70 ,70&choe=UTF-8&chtt=测试&chd=t:27933485,20611682,34172068&chl=Un%E9%A7%85xbr%E1%83%A6cker|Test1|Test2

字符看起来并不像您所看到的那样。

有没有办法让谷歌图表正确显示utf-8字符?我尝试了很多事情,但没有一个对我有用。

I have title and labels with unicode labels in Google Chart, but they are not being displayed properly.

Here's an example: http://chart.apis.google.com/chart?chs=300x225&cht=p3&chco=344566,C4C4C4&chds=0,90&chma=70,70&choe=UTF-8&chtt=Test&chd=t:27933485,20611682,34172068&chl=Un%E9%A7%85xbr%E1%83%A6cker|Test1|Test2

Characters do not appear right as you see.

Is there a way to make google charts display utf-8 characters properly? I've tried many things but nothing worked for me.

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

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

发布评论

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

评论(1

天涯离梦残月幽梦 2024-11-25 02:54:17

问题似乎是您提供的 unicode 代码点(E9A785 -> 99C5 和 E183A6 -> 10E6)。这些字符似乎没有显示在谷歌图表中。对其他代码点的实验(将它们指定为与查询格式相同的 UTF-8)似乎工作正常。

您的示例中的特定字符(第一个来自中日韩统一表意文字,第二个来自格鲁吉亚语)有点奇怪。您可能需要仔细检查它们是否正确。

The problem appears to be the unicode codepoints (E9A785 -> 99C5 and E183A6 -> 10E6) that you are providing. These characters do not appear to be displayed in a google chart. Experiments with other codepoints (specifying them as UTF-8 in the same format as your query) appear to work fine.

The particular characters in your example (the first is from the CJK Unified Ideograms and the second from Georgian) are a little strange. You might want to double check that they are correct.

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