home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / ascii30.zip / ascii-3_0.txt
Text File  |  2002-06-09  |  729b  |  25 lines

  1. Characters in the ASCII set can have many aliases, depending on context. A
  2. character's possible names include:
  3.  
  4. * Its bit pattern (binary representation).
  5.  
  6. * Its hex, decimal and octal representations.
  7.  
  8. * Its teletype mnemonic and caret-notation form (for control chars).
  9.  
  10. * Its backlash-escape form in C (for some control chars).
  11.  
  12. * Its printed form (for printables).
  13.  
  14. * Its full ISO official name in English.
  15.  
  16. * Its ISO/ECMA code table reference.
  17.  
  18. * Its name as an HTML/SGML entity.
  19.  
  20. * Slang and other names in wide use for it among hackers.
  21.  
  22. This utility accepts command-line strings and tries to interpret them as
  23. one of the above. When it finds a value, it prints all of the names of
  24. the character.
  25.