stringWithFormat转换德语变音符号

时间:2013-08-17 04:19:52

标签: nsmutablearray converter stringwithformat

我有 NSMutableArray miniResults ,其中包含以下NSStrings。

列表1,有些字符串有德语变音符号。
enter image description here

miniResults 放入NSString解决方案之后:

solution    = [NSString stringWithFormat:@"%@",miniResults];

解决方案包含我不想要的转换字符串。

列表2,所有变音符号已转换!
enter image description here

我不明白为什么会发生这种情况 我究竟做错了什么?

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

编译器似乎将它们转义为unicode。不应再是一个问题了。我没有这方面的消息来源,但看起来就是这样。

一种可能的快速解决方案是替换它们。从“Ä”等制作“Ae”