string encoding
string encoding
- Subject: string encoding
- From: Lloyd Dupont <email@hidden>
- Date: Fri, 6 Jun 2003 11:12:37 +1000
I'm about to write NSString(s) into a file.
I wondered about the most proper way ...
Anyway, I choose to use NSFileHandle, and use multiple call to
writeData:
now I have an other problem.
I wonder which encoding choose to write my string.
I see the NSString class gaves me the fastestEncoding, smallestEncoding
and the defaultCStringEncoding which look interesting.
I wonder if there is a defaultMacEncoding ?
what would you advise me ?
in case of doubt I will choose NSMacOSRomanStringEncoding
_______________________________________________
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.