Re: Unicode chars in string

2013-09-09 Thread Jens Alfke
On Sep 9, 2013, at 12:13 AM, Damien Cooke wrote: > I am pulling my hair out here trying to replace the unicode (r) symbol with > \\00ea in a string. Is there a way of doing this as the NSString is a > unicode String so it is interpreting it. As convenient that might be to most > people it i

Re: Unicode chars in string

2013-09-09 Thread Jean-Daniel Dupas
Le 9 sept. 2013 à 09:54, Tom Davie a écrit : > > On 9 Sep 2013, at 09:13, Damien Cooke wrote: > >> Hi all, >> I am pulling my hair out here trying to replace the unicode (r) symbol with >> \\00ea in a string. Is there a way of doing this as the NSString is a >> unicode String so it is inte

Re: Unicode chars in string

2013-09-09 Thread Tom Davie
On 9 Sep 2013, at 09:13, Damien Cooke wrote: > Hi all, > I am pulling my hair out here trying to replace the unicode (r) symbol with > \\00ea in a string. Is there a way of doing this as the NSString is a > unicode String so it is interpreting it. As convenient that might be to most > peopl

Unicode chars in string

2013-09-09 Thread Damien Cooke
Hi all, I am pulling my hair out here trying to replace the unicode (r) symbol with \\00ea in a string. Is there a way of doing this as the NSString is a unicode String so it is interpreting it. As convenient that might be to most people it is killing me here. Any suggestions? Damien