0

I'm trying to display special characters(octal based) in NSString,

i just go through this link: Converting escaped UTF8 characters back to their original form but in this link they using only unicode characters only,

but i having more than 2000 record in sqlite, in db i having data like MANIKANDAN\047, this \047 is octal value, in above link they using unicode but i want to use Octal value in NSString, i dont know how to handle this situtuion, please help me, Thanks

Community
  • 1
  • 1
karthick
  • 39
  • 6
  • Just to be clear the `\047` are 4 separate characters stored in the database and not some "interpretation" of a single character, inserted by whatever mechanism you used to examine the string? If the answer is "yes" I would like to see evidence of that. – Droppy May 01 '14 at 09:04
  • Have you tried the method that you referred to? I think that it works for octal sequences such as `\047` as well. – Martin R May 01 '14 at 09:16

0 Answers0