gpt4 book ai didi

iPhone应用程序: emoji unicode

转载 作者:行者123 更新时间:2023-12-03 20:15:20 29 4
gpt4 key购买 nike

我有一个 Json 返回,其中有一个字符串,有时在数组中包含类似 \Uf604 的内容(IE memo = "\Uf604";)。如果可能的话,我需要将其转换为 \U0001F604

我尝试做类似 stringByReplacingOccurrencesOfString 的事情,但此时当它在字符串中并且已转换为 ÔòÑ 时,我认为它需要是 üòÑ 才能成为显示为表情符号。我也尝试过

[str stringByReplacingOccurrencesOfString:@"Ô" withString:@"ü"];

但这并没有改变任何事情。它仍然以 ÔòÑ 的形式返回。

如有任何帮助,我们将不胜感激!

最佳答案

我相信 str = [str stringByReplacingOccurrencesOfString:@"Ô"withString:@"ü"]; 就是您想要做的事情。

stringByReplacingOccurrencesOfString:withString: 不会更改您正在调用的字符串,但会返回带有替换字符的新字符串。

关于iPhone应用程序: emoji unicode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11354279/

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