Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: About Universal Binaries...



3. Watch how you're using Unicode buffers. On PPC builds, - [NSString initWithData:encoding:] with NSUnicodeStringEncoding expects the data to be in big-endian format if there is no BOM; on Intel builds, it'll be expected to be in little-endian format if there is no BOM.

Actually, "external" UTF-16 character buffers (which is what this method expects) are always big-endian in the absence of a BOM.


However, "internal" buffers (unichar *) are always native endianness.

Ali

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden

This email sent to email@hidden
References: 
 >Still struggling with Universal Binaries (From: Aram Kudurshian <email@hidden>)
 >Re: Still struggling with Universal Binaries (From: Shawn Erickson <email@hidden>)
 >About Universal Binaries... (From: "Juan P. Pertierra" <email@hidden>)
 >Re: About Universal Binaries... (From: Nick Zitzmann <email@hidden>)



Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.