gpt4 book ai didi

ios - 在 iOS 中将 unicode 转换为人类可读格式

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

我从服务获取此数据。

Name = "MAYA BAZAAR ( \U00e3\U0192\U017e\U00e3\U0192\U00a4\U00e3\U0192\U0090\U00e3\U201a\U00b6\U00e3\U0192\U00bc\U00e3\U0192\U00ab ) ";

当它被放入标签时,它看起来像这样MAYA BAZAAR(玛雅集市)

它实际上应该是这样的MAYA BAZAAR ( マヤバザール ) 是日语。

我尝试了很多编码方式,但没有用。我使用的代码是

if var x = self.listArray[indexPath.row]["Name"]! as? String{
hd = NSString(string: x)
hd = NSString(format: "%@\n", hd)
}

我正在使用 alamofire 下载数据。函数调用是

func getMyService2 (input: String,  paramaterslist : Dictionary     <String, String> ,completion :(result: [Dictionary<String, AnyObject>], error: NSError?) -> Void){        

Alamofire.request(.GET,input,parameters:paramaterslist).responseJSON(){}
}

最佳答案

我猜你的数据是错误的。"\u30de\u30e4\u30d0\u30b6\u30fc\u30eb"= "マヤバザール""\U00e3\U0192\U017e\U00e3\U0192\U00a4\U00e3\U0192\U0090\U00e3\U201a\U00b6\U00e3\U0192\U00bc\U00e3\U0192\U00ab"= "¶¡¡¡¡¡""

所以,你的代码是正确的,你可以用它来读取Unicode数据。

关于ios - 在 iOS 中将 unicode 转换为人类可读格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32492378/

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