NSString and C string
NSString and C string
- Subject: NSString and C string
- From: Aidas Dailide <email@hidden>
- Date: Wed, 19 Feb 2003 20:50:40 -0800
Hi,
My application has to do some conversion from C string to NSString and
backwards. The main problem is that those C strings contains characters
from Latin 1 and 2 encodings. It is impossible to convert NSString to C
string by doing cString function ,because it doesn't work. lossyCString
works, but it looses all characters from Latin 1 and 2 encodings. Is
there any way to properly convert NSString to C string and backwards
without loosing some characters?
Thank you,
Aidas
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.