• 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
Working with 32-bit Unicode (NSString stringWithUTF32String: (const UTF32Char *) bytes needed)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Working with 32-bit Unicode (NSString stringWithUTF32String: (const UTF32Char *) bytes needed)


  • Subject: Working with 32-bit Unicode (NSString stringWithUTF32String: (const UTF32Char *) bytes needed)
  • From: Andrew Thompson <email@hidden>
  • Date: Sun, 5 Jan 2003 14:50:32 -0500

I applaud the addition of Unicode 3.2 support in the 10.2 Foundation release.
NSCharacterSet 's longCharacterIsMember: (UTF32Char) is a great foundation for starting to explore the higher unicode planes.
(http://www.unicode.org/glossary/#plane).

While a good start, I'm wondering if its possible to work with 32-bit Unicode in NSStrings. There don't seem to be any 32bit methods on NSString (everything is UTF8, unichar (16-bit) or char (8 bit)) based.

I imagine re-engineering the whole text system, including NSLayoutManager et al. to handle 32 bit strings is a very large job, but I am wondering if there is a way to work with 32 bit string data today that I've missed?

AndyT (lordpixel - the cat who walks through walls)
A little bigger on the inside

(see you later space cowboy ...)
_______________________________________________
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.

  • Follow-Ups:
    • Re: Working with 32-bit Unicode (NSString stringWithUTF32String: (const UTF32Char *) bytes needed)
      • From: Douglas Davidson <email@hidden>
  • Prev by Date: Two Rounded NSTextField bugs
  • Next by Date: Re: straight-C DNS lookup with timeout?
  • Previous by thread: setState: on a DockMenu item ???
  • Next by thread: Re: Working with 32-bit Unicode (NSString stringWithUTF32String: (const UTF32Char *) bytes needed)
  • Index(es):
    • Date
    • Thread