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
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
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_