Re: Unicode
Re: Unicode
- Subject: Re: Unicode
- From: "Clark S. Cox III" <email@hidden>
- Date: Mon, 01 Jul 2002 21:45:00 -0400
On 07/01/2002 21:16, "Benoit Widemann" <email@hidden> wrote:
>
There are unicode values for command (0x2318), option (0x2325),
>
control (0x2303) and a couple more key symbols. But I can't find the
>
code for the shift key.
>
>
Does anyone knows how to draw the shift key symbol without resorting
>
to a direct call to the .keyboard font? There is most certainly a
>
unicode value for the shift key too. Huh, capslock code would be a
>
nice extra. :-)
Shift: 0x21E7
Caps-Lock: 0x21EA
I would highly recommend the program "Unicode Checker" (available from
http://homepage.mac.com/earthlingsoft). It comes in very handy when looking
for elusive code-points.
--
Clark S. Cox III
MacOSX Programmer, available for hire
http://clarkcox.dyndns.org/
email@hidden
_______________________________________________
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: | |
| >Unicode (From: Benoit Widemann <email@hidden>) |