Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 替换字符串中的字母
我有一些文本“anh yêu em”
我想转换成这个文本“anh yeu em”。
有谁知道在Objective-C中将此文本“anh yêu em”转换为“anh yeu em”?
非常感谢,
您可以使用 NSString dataUsingEncoding 将越南语 unicode 字符转换为等效的 ascii 字符。
有关详细信息,请按照此 url nsstring-unicode-to-ascii-equivalent