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
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
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
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