gpt4 book ai didi

swift - 将字符串中的 unicode 符号\uXXXX 转换为 Swift 中的字符

转载 作者:搜寻专家 更新时间:2023-10-30 22:59:55 24 4
gpt4 key购买 nike

我正在通过 REST API 接收一个字符串,其中包含 \uXXXX 形式的 unicode 编码字符>

例如Ain\u2019t 应该是 Ain't

有什么好的方法可以转换这些吗?

最佳答案

你可以使用\u{my_unicode}:

print("Ain\u{2019}t this a beautiful day")
/* Prints "Ain’t this a beautiful day"

来自Language Guide - Strings and Characters - Unicode :

String literals can include the following special characters:

...

  • An arbitrary Unicode scalar, written as \u{n}, where n is a 1–8 digit hexadecimal number with a value equal to a valid Unicode code point

关于swift - 将字符串中的 unicode 符号\uXXXX 转换为 Swift 中的字符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34602535/

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