gpt4 book ai didi

php - 如何在 JSON 中使用其他编码?

转载 作者:行者123 更新时间:2023-11-28 16:28:14 26 4
gpt4 key购买 nike

我知道 JSON_decode 仅适用于 UTF-8,我想使用这样的字符:“ë”我怎样才能实现这一点?还是没有办法?

感谢您的时间和帮助。

最佳答案

只需将字符编码为 UTF-8 即可。看起来你想要 U+00EB ,或者如 Unicode 规范中所称:“带有分音符号的拉丁文小写字母 E”。

在 UTF-8 中是两个字节:c3 ab

或者您可以使用字符串转义:"\u00eb"

您或许还应该阅读 Joel Spolsky 的文章 The Absolute Minimum Every Software Developer Absolutely, Positively Must Know About Unicode and Character Sets (No Excuses!) .

关于php - 如何在 JSON 中使用其他编码?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7169666/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com