Re: NSString and utf16

2008-04-16 Thread Alastair Houghton
On 16 Apr 2008, at 16:43, Alexander Cohen wrote: I have an NSString that contains this Unicode character: '\u00e9'. I have another app that represents the same character as 'e\u0301'. Is there any way to transform one to the other so that isEqualToString returns YES? Yes. You want to loo

Re: NSString and utf16

2008-04-16 Thread Alexander Cohen
Just noticed that by using the NOrmalize functions i can get what i need. thx AC On Apr 16, 2008, at 11:43 AM, Alexander Cohen wrote: I have an NSString that contains this Unicode character: '\u00e9'. I have another app that represents the same character as 'e\u0301'. Is there any way to

Re: NSString and utf16

2008-04-16 Thread j o a r
On Apr 16, 2008, at 8:43 AM, Alexander Cohen wrote: I have an NSString that contains this Unicode character: '\u00e9'. I have another app that represents the same character as 'e\u0301'. Is there any way to transform one to the other so that isEqualToString returns YES? You can use the "

NSString and utf16

2008-04-16 Thread Alexander Cohen
I have an NSString that contains this Unicode character: '\u00e9'. I have another app that represents the same character as 'e\u0301'. Is there any way to transform one to the other so that isEqualToString returns YES? thx AC ___ Cocoa-dev maili