Re: NSUTF8StringEncoding and umlauts

2010-09-01 Thread sebi
On 01.09.2010, at 12:25, Alastair Houghton wrote: > On 1 Sep 2010, at 10:21, sebi wrote: > >> I load an utf-8 textfile from a server with >> >> [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding >> error:&err] >> >> and non ascii characters are still not right, e.g. "ü" beco

Re: NSUTF8StringEncoding and umlauts

2010-09-01 Thread Alastair Houghton
On 1 Sep 2010, at 10:21, sebi wrote: > I load an utf-8 textfile from a server with > > [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding > error:&err] > > and non ascii characters are still not right, e.g. "ü" becomes "ÃŒ". is that > a problem on my end or on the server side

NSUTF8StringEncoding and umlauts

2010-09-01 Thread sebi
Hello, I load an utf-8 textfile from a server with [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding error:&err] and non ascii characters are still not right, e.g. "ü" becomes "ÃŒ". is that a problem on my end or on the server side? thanks and regards, sebastian mecklenburg_