gpt4 book ai didi

objective-c - objective-c 中的 unicode 转义

转载 作者:太空狗 更新时间:2023-10-30 03:48:40 25 4
gpt4 key购买 nike

我有一个字符串“Artîsté”。我在上面使用 PHP 中的 json_encode,得到“Art\u00eest\u00e9”。

如何将其转换为 NSString?我尝试了很多东西,但都没有用,我总是最终得到 Artîsté

For Example:
NSString stringWithUTF8String:"Art\u00c3\u00aest\u00c3\u00a9"];//Artîsté
@"Art\u00c3\u00aest\u00c3\u00a9"; //Artîsté

最佳答案

您可以使用 CFStringCreateFromExternalRepresentationkCFStringEncodingNonLossyASCII 编码来解析 \uXXXX 转义序列。在这里查看我的回答:

Converting escaped UTF8 characters back to their original form

关于objective-c - objective-c 中的 unicode 转义,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7893879/

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