• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
How to detect endian-ness in Swift?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to detect endian-ness in Swift?


  • Subject: How to detect endian-ness in Swift?
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Wed, 23 Jul 2014 16:59:18 +0700

This compiles without warnings:

#if __LITTLE_ENDIAN__
	let encoding = NSUTF32LittleEndianStringEncoding;
	println("LittleEndian")
#else
	let encoding = NSUTF32BigEndianStringEncoding;
	println("BigEndian")
#endif

But it prints "BigEndian", which probably is NOT quite right.
How to correctly set my encoding?

Gerriet.

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


  • Follow-Ups:
    • Re: How to detect endian-ness in Swift?
      • From: Chris Lattner <email@hidden>
    • Re: How to detect endian-ness in Swift?
      • From: Roland King <email@hidden>
    • Re: How to detect endian-ness in Swift?
      • From: Jean-Daniel Dupas <email@hidden>
  • Prev by Date: Re: How to enumerate by code points in Swift beta4?
  • Next by Date: How to select libraries in Xcode 6
  • Previous by thread: Re: How to enumerate by code points in Swift beta4?
  • Next by thread: Re: How to detect endian-ness in Swift?
  • Index(es):
    • Date
    • Thread