(no subject)
(no subject)
- Subject: (no subject)
- From: email@hidden
- Date: Fri, 4 May 2001 20:59:38 -0700
What should the value of
*(char *)([[@"i" dataUsingEncoding: NSASCIIStringEncoding
allowLossyConversion:YES] bytes])
be? I would expect 'e', but I get \001.
Is there some other way to strip diacritical marks from a string?
Arno.