I have an NSString like this @"uE604"
that I want to add a backslash too in order to use it as a unicode character. However I am having issues trying to get that to work. If I add @"\\"
to the front of it, it doesn't work.
Any way I can get it working?