|
From: | Andreas Hoeschler |
Subject: | Re: Unicode and GNUstep (more info) |
Date: | Fri, 10 May 2002 16:26:26 +0200 |
Hi all, the following program NSString *string = @"Höschler"; NSLog(@"char: %d", [string characterAtIndex:1]); returns FBTest[12919] char: 246 on MacOSX which is correct and FBTest[3076] char: 154 which is incorrect. How can this be fixed? Regards, Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |