discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Unicode support on GNUstep


From: David Ayers
Subject: Re: Unicode support on GNUstep
Date: Thu, 27 Mar 2003 18:53:32 +0100
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210

Andreas Hoeschler wrote:

Hi all,

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. I remember to already have had this problem but I don't remember the solution anymore and I don't have my emails of the last months handy here.

Is your the default encoding on your maching really NSNonLossyASCIIStringEncoding? I would suspect it to be NSISOLatin1StringEncoding on a "german" machine.

Cheers,
Dave







reply via email to

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