help-gnustep
[Top][All Lists]
Advanced

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

Unicode on GNUstep (dataUsingEncoding:) (fwd)


From: Nicola Pero
Subject: Unicode on GNUstep (dataUsingEncoding:) (fwd)
Date: Mon, 31 Mar 2003 14:50:03 +0100 (BST)


---------- Forwarded message ----------
Date: Thu, 27 Mar 2003 18:25:00 +0100
From: Andreas Hoeschler <ahoesch@smartsoft.de>
To: Nicola Pero <nicola@brainstorm.co.uk>
Subject: Unicode on GNUstep (dataUsingEncoding:)

Hi Nicola,

I believe it was you that helped me out with the following problem when 
I had it last time. The solution was very simply but I don't remember 
it.

On my Solaris/GNUstep installation I get

       NSData *data = [@"Höschler" 
dataUsingEncoding:NSNonLossyASCIIStringEncoding];
       NSLog(@"data %@", data);

2003-03-27 18:11:16.829 Test[14953] data (nil)

If I replace the "ö" with "oe" it works. Any ideas what I have to 
install or upgrade to make this working?

Thanks a lot in advance,

    Andreas





reply via email to

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