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