discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Unicode and GNUstep (more info)


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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]