home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / t / trans20.zip / TRANS.DOC < prev    next >
Text File  |  1992-06-05  |  3KB  |  66 lines

  1.        AL7.COM and AL8.COM  are DOS filters, whose input is the
  2.        (redirected) Standard Input and whose output is the (redirected)
  3.        Standard Output. They are used as follows:
  4.  
  5.        AL8.COM converts text written in the 7-bit network conventions
  6.        into 8-bit text with the correct Esperanto letters for use with
  7.        the screen fonts in the EZo standard (available in the
  8.        EKRAN20.ZIP file). It accepts input text in any of the following
  9.        conventions:
  10.  
  11.                   ^c....^u                                              
  12.                   <c....<u                                              
  13.                   c^....c^                                              
  14.                   cx....ux                                              
  15.                   ch....uh      (via the option /h, see below)
  16.                   and as well u~ and u`.
  17.  
  18.        The output is in the EZo system, for which EGA and VGA fonts are
  19.        available in EKRAN20.
  20.  
  21.        The default in AL8 is that it will _not_ replace the 'H' code
  22.        combinations (because of the frequent 'ch', 'gh' and 'sh' in
  23.        English, French, Italian, German, etc). If one needs in fact
  24.        to proceed with such translation, the /h option anywhere after
  25.        the program name will turn it on.
  26.  
  27.        Exemple:    AL8 <enmeta.dok  >elmeta.dok
  28.                              or
  29.                    AL8 <enmeta.dok  >elmeta.dok  /h
  30.  
  31.        Note that if "elmeta.dok" already exists, it is destroyed and
  32.        replaced by the new output file. If the name of the input file is
  33.        the same as that of the output file, the input file gets
  34.        destroyed and is irremediably lost by DOS _before_ the program
  35.        can get at it.
  36.  
  37.        AL7.COM takes text in the 8-bit EZo standard and converts it to
  38.        one of the following 7-bit conventions
  39.  
  40.         System              Option
  41.        ^c....^u              /c
  42.        ^c....u`              /a
  43.        <c....u`              /l
  44.        c^....c^              /k
  45.        c^....c~              /t
  46.        cx....ux              /x
  47.        ch....uh              /h
  48.  
  49.        Exemple:  AL7 /s <enmeta.dok  >elmeta.dok
  50.  
  51.        where 's' is one option from the above list for the desired
  52.        conversion. The option may be placed anywhere after the program
  53.        name. Running AL7 alone (no command tail) prints the above list
  54.        of options.
  55.  
  56.        Note that if "elmeta.dok" already exists, it is destroyed and
  57.        replaced by the new output file. If the name of the input file is
  58.        the same as that of the output file, the input file gets
  59.        destroyed and is irremediably lost by DOS _before_ the program
  60.        can get at it.
  61.  
  62.        Both programs are copyrighted freeware 1992.
  63.        Pierre Jelenc.
  64.        Internet:     pcj1@cunixf.cc.columbia.edu
  65.        Compuserve:   71022,1726
  66.