• 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
Re: Where is my bicycle?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where is my bicycle?


  • Subject: Re: Where is my bicycle?
  • From: "Gerriet M. Denkmann" <email@hidden>
  • Date: Tue, 07 Apr 2015 10:35:07 +0700

> On 7 Apr 2015, at 03:42, Quincey Morris <email@hidden> wrote:
>
> On Apr 6, 2015, at 12:29 , Greg Parker <email@hidden> wrote:
>>
>> my understanding is that when Cocoa says "character" it usually means "UTF-16 code unit". @"🚲".length == 2, for example. Cocoa's string API designed when Unicode was still a true 16-bit character set.
>
> I would have said so, too, except that NSCharacterSet has this ‘longCharacterIsMember: (UTF32Char)’ API, which seems inexplicable if the parameter is a UTF-16 code unit, since that’s what ‘characterIsMember: (unichar)’ is apparently for.

Well, it is really quite simple:
NSString (and others) means by "character": unsigned short in Utf-16 representation.
But LongCharacter means: "Unicode code-point".

Both definitions were the same in Unicode 1.0 (up to about 1996) when Unicode was 16 bits only. Starting with 2.0 it became 21 bits.
They are still the same for code-points below 0x10 000, i.e. Plane 0, or Basic Multilingual Plane.

Kind regards,

Gerriet.


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden


References: 
 >Where is my bicycle? (From: "Gerriet M. Denkmann" <email@hidden>)
 >Re: Where is my bicycle? (From: Quincey Morris <email@hidden>)
 >Re: Where is my bicycle? (From: Greg Parker <email@hidden>)
 >Re: Where is my bicycle? (From: Quincey Morris <email@hidden>)

  • Prev by Date: Re: Making an array property without a backing store. How?
  • Next by Date: Re: Where is my bicycle?
  • Previous by thread: Re: Where is my bicycle?
  • Next by thread: Re: Where is my bicycle?
  • Index(es):
    • Date
    • Thread