Re: Entering UniCode
Re: Entering UniCode
- Subject: Re: Entering UniCode
- From: Darrin Cardani <email@hidden>
- Date: Mon, 9 Feb 2004 08:09:20 -0600
At 6:53 AM +0100 2/8/04, Segher Boessenkool wrote:
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.
Thanks,
Darrin
--
Darrin Cardani - email@hidden
President, Buena Software, Inc.
<
http://www.buena.com/>
Video, Image and Audio Processing Development
_______________________________________________
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.