home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / FATE-LIT.LZX / lit-pc / convert / hi2lo100 / HI2LO.DOC next >
Encoding:
Text File  |  1992-12-25  |  3.8 KB  |  90 lines

  1. HI2LO Version 1.00
  2.  
  3. Written by Scott Dale Robison
  4. Copyright (C) 1992, SANDD Software
  5.  
  6.  
  7. LICENSE TO USE AGREEMENT
  8.  
  9. SANDD Software (SANDD) grants to the user a nonexclusive license to use
  10. the program HI2LO.EXE.  SANDD makes no warranties of any kind, expressed
  11. or implied, with respect to the quality, performance, accuracy or
  12. fitness of the software.  In no event shall SANDD, or any of its
  13. representatives, be liable for any loss of profit or damage arising from
  14. the use or inability to use this software even if SANDD or an authorized
  15. agent of SANDD has been advised of the possibility of damage.  SANDD
  16. reserves the right to make changes, enhancements, and improvements to
  17. the software at any time and without notice.
  18.  
  19.  
  20. ABOUT HI2LO
  21.  
  22. This program was written to fill a need I had to create TRUE ASCII files
  23. for use with my BBS.  After modifying the ANSI screen for the umpteenth
  24. time, I was dreading making the necessary changes to the ASCII file.
  25. Deciding that I could write a program that would do the job better than
  26. I could do it, I set to work on HI2LO.
  27.  
  28. HI2LO.EXE is a utility used to convert HIGH ASCII characters in a text
  29. file to eqivalent standard ASCII characters that represent, as closely
  30. as possible, the original HIGH ASCII characters.  This is accomplished by
  31. giving HI2LO the filename to convert and the filename to create from the
  32. command line.  An optional third file that contains an alternate remap
  33. character set may be specified (more on this later).
  34.  
  35.  
  36. HOW TO USE HI2LO
  37.  
  38. If you type HI2LO at the command line without any command line
  39. parameters, it will provide an information screen with usage
  40. information.  All that is needed to convert a file is the name of the
  41. source file and the name of the destination file (and the optional alternate
  42. remap character set), in the following format:
  43.  
  44.     HI2LO SOURCE DEST
  45.  
  46. or
  47.  
  48.     HI2LO SOURCE DEST MAP
  49.  
  50.  
  51. IDEAS FOR USE OF HI2LO
  52.  
  53. When using TheDraw, PCBDraw or PCBEdit (or equivalent program) to edit
  54. your BBS screens, save your ANSI screen in the normal manner.  Save your
  55. ASCII screen with a different filename than usual.  (For example, use
  56. WELCOME.SRC instead of WELCOME.)  After you've returned to DOS, use
  57. HI2LO to convert your ASCII screen (with the HIGH ASCII characters) to a
  58. TRUE ASCII version. For example, if you had saved your welcome screen as
  59. WELCOME.SRC, just type HI2LO WELCOME.SRC WELCOME and hit the enter key.
  60. Now you'll have a file named WELCOME ready to display to your users that
  61. don't use IBM's.
  62.  
  63.  
  64. HI2LO ALTERNATE REMAP CHARACTER SETS
  65.  
  66. The default remap sequence doesn't affect the first 127 characters.  The
  67. 128th character (ASCII code 127 [DEL]) is remapped to a ^ symbol (ASCII 94).
  68. The remaining 128 characters (ASCII 128 through ASCII 255) are remapped as
  69. follows (left to right, top to bottom, the top left being ASCII 128 [€]):
  70.  
  71.     C u e a a a a c e e e i i i A A E a A o o o u u y O U c # Y P f
  72.     a i o u n N a o ? - - 2 4 ! < > # # # | + + + + + + | + + + + +
  73.     + + + + - + + + + + + + + - + + + + + + + + + + + + + # _ ( ) ~
  74.     a B T r E o u t 0 0 O o % 0 e U = + > < f f / = O o . V n 2 *
  75.  
  76. If you wish to change the remap character set, simply create a file with
  77. the new character set.  It should be exactly 256 characters long with the
  78. characters in the order you want.  For example, if you wanted to replace the
  79. double horizontal line character (Í) with an equal sign (=), you would put
  80. an equal sign in the 205th position of the remap character set file.
  81.  
  82.  
  83. REGISTRATION INFORMATION
  84.  
  85. HI2LO is shareware.  Instead of traditional registration request (money),
  86. I'd just like to know who you are, if you find it useful, etc.  I can be
  87. reached on the Salt Air BBS (801-261-8976, 8/N/1, 1200-14400 bps [maybe
  88. 16800], USR DS HST/V.32bis) or on LCARS àlpha BBS (801-963-9772, 7/E/1 or
  89. 8/N/1, 300-2400 bps, V.42bis).  I look forward to hearing from you.
  90.