home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / WINDOWS / APPS / ACHART11.ZIP / ACHART.DOC next >
Encoding:
Text File  |  1991-04-18  |  3.3 KB  |  92 lines

  1.  
  2.  
  3.         ACHART 1.1: Ascii Character Table for Windows 3.0
  4.             Copyright 1991 by Dave Lord
  5.  
  6.         This program may be freely used and copied but
  7.         may not be sold except for a nominal copying
  8.         charge not to exceed US $10. This file should
  9.         be included with all copies of ACHART 1.1. The 
  10.         author reserves the right to charge for future 
  11.         versions.
  12.  
  13.  
  14.     Changes for version 1.1
  15.     -----------------------
  16.     Added Default Palette selection in Charset menu.
  17.  
  18.     Added EBCDIC character chart.
  19.  
  20.     Made some minor tweeks in appearance.
  21.  
  22.     
  23.         
  24.     Description of program
  25.     ----------------------
  26.     ACHART is a Windows 3.0 program which displays a character 
  27.     chart in the form of a 16x16 table. The following variations may
  28.     be displayed:
  29.  
  30.         IBM PC character set. Smiley faces and all.
  31.  
  32.         ANSI character set using names (NUL, SOH, STX, etc.) for
  33.         the control characters.
  34.  
  35.         ANSI character set using (^A, ^B, ^C, etc) for the control
  36.         characters.
  37.  
  38.         EBCDIC character set. Everytime I see this I can't help
  39.         but wonder what drugs they were using that would make
  40.         breaking up the alphabetic characters seem like a good
  41.         idea. A really remarkable encoding that everyone should
  42.         be familiar with.
  43.  
  44.         Default Palette selection in Charset menu. OK, this isn't a
  45.         Charset. Too bad. The default palette is what you get if you
  46.         specify colors in a Windows program using PALETTEINDEX(num)
  47.         without first having created a logical palette. As far as I
  48.         know there are never more than 20 entries so it may seem 
  49.         strange that I display them in a 256 entry table. Well, maybe 
  50.         someday there will be more. Besides, I already had code to 
  51.         display a 256 entry table.
  52.  
  53.  
  54.     Pointless Rambling
  55.     ------------------
  56.     You may be wondering why I wrote this program. Practice mostly.
  57.     I've been playing with Windows and wanted to write something that
  58.     was at least somewhat useful. Then too, I'm always looking for
  59.     an ascii chart and I prefer the table format over the typical
  60.     list format because it allows me to see all the characters at
  61.     once. That makes it easier to find the value for all those special
  62.     characters than if I had to scroll through 256 lines.
  63.  
  64.     So why aren't I asking for a donation? Yeah, right. 
  65.     Like I really believe anyone is going to send me money. 
  66.     I doubt it would really be worth the trouble of 
  67.     having to mess around with a handful of $5 checks anyway.
  68.     Face it, all I really want is the glory. That and of course 
  69.     women throwing themselves at my feet. Everybody knows that 
  70.     Windows programmers get all the girls. At least that's
  71.     what Bill Gates keeps telling me, though the folks over at 
  72.     IBM keep whispering "OS/2, OS/2," in my ears as I sleep at night.
  73.     So don't send me money unless you really happen to have a
  74.     lot of it. If you want to send me glory, expensive presents,
  75.     fabulous job offers, or if you're a woman who wants to throw
  76.     herself at my feet, you can write to me at the following address.
  77.     By the way, I apologize if this sounds sexist, but I'm really
  78.     not much interested in having any of you guys throwing yourselves
  79.     at my feet.
  80.  
  81.         Dave Lord
  82.         3307 Lincoln Av.
  83.         San Diego, CA 92104
  84.         
  85.         
  86.     Disclaimer
  87.     ----------
  88.     ******    NOTICE: The author provides no guarantees for this  ******
  89.     ******    program and assumes no liability for any dammages   ******
  90.     ******    resulting from its use.                             ******
  91.  
  92.