Re: display special characters
Re: display special characters
- Subject: Re: display special characters
- From: Eric Schlegel <email@hidden>
- Date: Thu, 18 Oct 2001 23:10:07 -0700
On Thursday, October 18, 2001, at 09:35 PM, Joshua Clements wrote:
is there a way to display this in a cocoa application since cocoa uses
unicode?
i have tried to create a string with ascii encoding but still cannot
get the special
characters to display.
The Unicode value for the Shift glyph is 0x21E7. See Events.h,
kShiftUnicode constant. You'll still need to use a font that has this
glyph; not all do, in fact probably just the .Keyboard font does.
-eric