home *** CD-ROM | disk | FTP | other *** search
/ Altsys Virtuoso 2.0K / virtuoso_20k.iso / DemoApps / Utilities / Other / allchars / README < prev   
Encoding:
Text File  |  1992-03-24  |  1.6 KB  |  47 lines

  1. allchars    - Character aid for NeXT
  2.         creates a COMPLETE character chart
  3.  
  4.     Allchars prints a character chart containing all two hundred and fifty-six
  5. ascii characters.  It is meant to be run in a terminal window on the NeXT,
  6. thereby providing samples of all the possible characters for cutting and
  7. pasting into documents in other applications.
  8.  
  9.     It's a very simple idea, but has proven extremely useful.
  10.  
  11.     Although a complete keyboard map can provide much of the functionality
  12. of allchars, some characters cannot be typed in at all (for instance, the
  13. non-Symbol-font copyright character).  By cutting and pasting from the output
  14. of allchars, complex mono-font text can be assembled (e.g. by using character
  15. 0xA0 for a copyright message).
  16.  
  17.  
  18. Files included are:
  19.     Makefile    - the makefile
  20.     README        - this file
  21.     allchars    - stripped executable
  22.     allchars.1    - Unix man-style documentation
  23.     allchars.c    - the source
  24.  
  25. Installation:
  26.     Either copy allchars to your bin directory or say "make" and then copy
  27. allchars to your bin directory.
  28.  
  29. Use:
  30.     This is the hard part.  You have to decide whether to use the "-v" option
  31. when you run allchars.  I don't think I can help you here - you just have to
  32. look inside yourself and try to decide whether the "real" you wants extra
  33. labeling on the output.  Once you've decided, type the appropriate command in
  34. a terminal (shell) window:
  35.     allchars
  36. or
  37.     allchars -v
  38.  
  39. Now you can Copy and Paste characters from the chart that's displayed.
  40. That's all there is to it!
  41.  
  42. Known Bugs:    Nope
  43. Written by:    Peter Langston (psl@bellcore.com)
  44. Maintained by:    Peter Langston (psl@bellcore.com)
  45. Submitted by:    Peter Langston (psl@bellcore.com)
  46.  
  47.