Re: Entering UniCode
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.