home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / varset11.zip / CASE103.PAT next >
Text File  |  2001-02-22  |  1KB  |  34 lines

  1. e103 "ÄÖÜÇÅÉÆÑ",0
  2. e118 "äöüçåéæñ",0
  3. w
  4. q    - Rest of this document is ignored by DEBUG
  5.  
  6. -------------------------------------------------------------------------
  7. PATCH for custom upper/lower case conversions - extended ASCII characters
  8. ***** Apply only on specially prepared programs!
  9. -------------------------------------------------------------------------
  10. Notes:
  11.  
  12.  The original assignments in this file, as well as the standard ASCII
  13.  conversions are already included in the program.
  14.  
  15.  A maxmum of 2*20 characters can be used in the conversion table.
  16.  There must be the same number of characters for upper and lower case.
  17.  The terminating zero is mandatory.
  18.  
  19.  It is possible to translate a character with code above 127 to a standard
  20.  ASCII character (below 128):
  21.  
  22.  Example:       E
  23.                 è
  24.  
  25.  "è" will be converted to "E" (lower to upper case), but for the conversion
  26.  of upper to lower case the "E" is ignored, because the code is under 128.
  27.  
  28. -------------------------------------------------------------------------
  29. Command to patch the program:
  30.  
  31.         DEBUG program.COM < CASE103.PAT
  32.  
  33. ***
  34.