views:

23

answers:

0

Hi all,

I need to see some String with unicode characters in the xcode console when I do NSLog(@"some unicode characters..").

Eg: abc\u0001xyz\u0002pqr...

Biut xcode console only shows the abcxyzpqr. It doesn't show the intermediate unicode characters.

Does anyone know how to view this?