home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / cz / part08 / seus.code < prev    next >
Encoding:
Text File  |  1989-10-01  |  1.2 KB  |  51 lines

  1. ; seus.code - trigram letter encoding for Swedish or US English
  2. ;
  3. ; Copyright 1989 Howard Lee Gayle
  4. ; This file is written in the ISO 8859/1 character set.
  5. ;
  6. ; $Header: seus.code,v 1.1 89/08/26 13:33:50 howard Exp $
  7. ;
  8. ; This program is free software; you can redistribute it and/or modify
  9. ; it under the terms of the GNU General Public License version 1,
  10. ; as published by the Free Software Foundation.
  11. ;
  12. ; This program is distributed in the hope that it will be useful,
  13. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. ; GNU General Public License for more details.
  16. ;
  17. ; You should have received a copy of the GNU General Public License
  18. ; along with this program; if not, write to the Free Software
  19. ; Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21.  0 'a' 'A'
  22.  1 'b' 'B'
  23.  2 'c' 'C'
  24.  3 'd' 'D'
  25.  4 'e' 'E'
  26.  5 'f' 'F'
  27.  6 'g' 'G'
  28.  7 'h' 'H'
  29.  8 'i' 'I'
  30.  9 'j' 'J'
  31. 10 'k' 'K'
  32. 11 'l' 'L'
  33. 12 'm' 'M'
  34. 13 'n' 'N'
  35. 14 'o' 'O'
  36. 15 'p' 'P'
  37. 16 'q' 'Q'
  38. 17 'r' 'R'
  39. 18 's' 'S'
  40. 19 't' 'T'
  41. 20 'u' 'U'
  42. 21 'v' 'V'
  43. 22 'w' 'W'
  44. 23 'x' 'X'
  45. 24 'y' 'Y'
  46. 25 'z' 'Z'
  47. 26 '}' ']' 8#345# 8#305#
  48. 27 '{' '[' 8#344# 8#304#
  49. 28 '|' '\' 8#366# 8#326#
  50. 29 '`'     8#351# 8#311#
  51.