I have a problem identical to this problem here.
I even want to encode the same infromation as him (it\'s a date/time for asp.net)...
When ever I try to add
The strings and NSLog are working fine for me:
NSLog(@"\\"); // output is one backslash NSLog(@"\\\\"); // output is two backslashes NSLog(@"\\/Date(100034234)\\/"); // output is \/Date(100034234)\/
What am I missing?