views:

26

answers:

0

Hi,

I read from a sqlite db to my iphone app. Within the texts sometimes there are special characters like 'xf2' or 'xe0' as I can see in the debugger in the char* data type. When I try to transform the chars to an NSString Object by using initWithUTF8String, I get a nil back.

How can I transform such special characters? Thanks for your help.

Bye Matthias