Re: [Pyobjc-dev] In and out of NSData
Brought to you by:
ronaldoussoren
From: Bob I. <bo...@re...> - 2003-01-07 01:12:02
|
On Monday, Jan 6, 2003, at 20:08 America/New_York, David Eppstein wrote: > On 1/6/03 8:03 PM -0500 Bob Ippolito <bo...@re...> wrote: > > I've been using the NSString <-> str bridge with unicode strings that > include chars >128 and having no difficulty in either direction. I > think converting to unicode is better than your array workaround > because you have to be more explicit about what encoding you intend. > I'm working with raw data, not unicode strings.. I don't want any encoding mishaps. -bob |