• 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: Entering UniCode
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Entering UniCode


  • Subject: Re: Entering UniCode
  • From: Segher Boessenkool <email@hidden>
  • Date: Mon, 9 Feb 2004 15:13:38 +0100

The correct syntax is \u0064 (note: lowercase) for 16-bit unicode;
\U00000064 for 32-bit unicode. Also note that 0064 is not allowed
by the C standard (the only codes smaller than 00a0 which are allowed
are the codes for $, @ and `).

Segher,
Thanks so much! I was starting to think maybe I had imagined the whole thing. :-)
Do you have a reference where I can learn more about the above restrictions? I haven't been able to find anything in the documentation for either Project Builder/XCode or gcc.

I got it from the C standard, which of course is the authoritative
resource for this kind of thing ;-)

A good modern book on C [if such a thing exists] might do the trick, too.


Segher
_______________________________________________
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.

References: 
 >Entering UniCode (From: Darrin Cardani <email@hidden>)
 >Re: Entering UniCode (From: Chris Hanson <email@hidden>)
 >Re: Entering UniCode (From: Darrin Cardani <email@hidden>)
 >Re: Entering UniCode (From: Segher Boessenkool <email@hidden>)
 >Re: Entering UniCode (From: Darrin Cardani <email@hidden>)

  • Prev by Date: Re: Entering UniCode
  • Next by Date: Re: Arrows on NSBezierPaths
  • Previous by thread: Re: Entering UniCode
  • Next by thread: Re: Entering UniCode
  • Index(es):
    • Date
    • Thread