ClangFormat-Xcode icon indicating copy to clipboard operation
ClangFormat-Xcode copied to clipboard

An error occurred when dealing with Chinese

Open ghost opened this issue 9 years ago • 0 comments

text = @"点击下方的“+”或者在其他应用中选择“使用易企签打开”导入文档";

The result is always like this:

text =
@"点击下方的“+"
@"”"
@"或"
@"者"
@"在"
@"其他应用中选择“使用易企签打开”导入文档";

ghost avatar Jun 20 '16 16:06 ghost