|
-
August 10th, 1999, 08:12 AM
#1
How to display special Ascii characters in any control???
How can I display special characters in some control like TextArea.
I am using TextArea control.
I have a character array containing all ascii values.
But the characters that get displayed are not the actual ones.
Thanks,
Onkar
-
August 12th, 1999, 08:50 PM
#2
Re: How to display special Ascii characters in any control???
Use the unicode escape sequence ...
e.g. char c = '\u0000' represents the space character where 0000 is the hex value for a space. You can find many ascii character maps on the net just do a search.
Van Glass
http://www.jscape.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|