Re: display special characters
Re: display special characters
- Subject: Re: display special characters
- From: Joshua Clements <email@hidden>
- Date: Fri, 19 Oct 2001 00:35:55 -0400
I believe the character for the shift key modifier might be ascii code
5...
(works in REALbasic chr(5))
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.
any ideas?
On Thursday, October 18, 2001, at 02:05 AM, Nicholas Riley wrote:
On Thu, Oct 18, 2001 at 12:14:22AM -0400, Joshua Clements wrote:
Anyone know how to display special characters such as the symbols for
the modifier keys?
Is it only possible by using images of the special characters?
No, there should be Unicode chars for it, or else you can use control
chars in the system font (at least, that worked in classic Mac OS).
--
=Nicholas Riley <email@hidden> |
<http://www.uiuc.edu/ph/www/njriley>
Pablo Research Group, Department of Computer Science and
Medical Scholars Program, University of Illinois at Urbana-Champaign