I need to see some string with Unicode characters in the Xcode console when I do NSLog(@"some unicode characters.."). Eg: abc\u0001xyz\u0002pqr… But Xcode console only shows the abcxyzpqr. It doesn’t show the intermediate Unicode characters. Does anyone know how to view this?
I need to see some string with Unicode characters in the Xcode console when
Share
I know, it’s a long time since you asked but try this if you’re still looking for an answer :
Hope this help.