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