/* gxterm-fluts,v 1.2 1994/05/26 21:02:24 me Exp */

/*
 * This file is part of the Emu system.
 *
 * Copyright 1990 by PCS Computer Systeme, GmbH. Munich, West Germany.
 * 
 * Copyright 1994 by Jordan K. Hubbard and Michael W. Elbel
 *
 * Permission is hereby granted, free of charge, to any person obtaining
 * a copy of this software and associated documentation files (the
 * "Software"), to deal in the Software without restriction, including
 * without limitation the rights to use, copy, modify, merge, publish,
 * distribute, sublicense, and/or sell copies of the Software, and to
 * permit persons to whom the Software is furnished to do so, subject to
 * the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included
 * in all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 * IN NO EVENT SHALL PCS, THE AUTHORS, OR THEIR HOUSEPETS BE LIABLE FOR
 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. SO DON'T SUE US.
 * THANK YOU.
 */

/*
 * Font lookup tables for the emu "xterm" terminal in its german version
 *
 * Author: Michael Elbel
 * Date: May 1993
 * Description: Here are the various font lookup
 *		table entries that a xterm in the throes of trying to be
 *		german, yet as compatible as possible might need
 *
 * Revision History:
 *
 * gxterm-fluts,v
 * Revision 1.2  1994/05/26  21:02:24  me
 * New copyright
 *
 * Revision 1.1.1.1  1994/05/22  11:22:43  me
 * Initial import into CVS
 */

/* ASCII Character Set in its german variation */
*term.xterm-flut-ascii:		\
	0-95  :  32 \n		\
	  91  : 196 \n		\
	  92  : 214 \n		\
	  93  : 220 \n		\
	  59  : 228 \n		\
	  60  : 246 \n		\
	  61  : 252 \n		\
	  94  : 223 \n

/* DEC Multinational Character Set */
*term.xterm-flut-dec:		\
	   0  :   0 \n		\
	1-94  : 161 \n		\
	   4  :  32 \n		\
	   6  :  32 \n		\
	   8  : 164 \n		\
	  12  :  32 \n		\
	  13  :  32 \n		\
	  14  :  32 \n		\
	  15  :  32 \n		\
	  20  :  32 \n		\
	  24  :  32 \n		\
	  30  :  32 \n		\
	  48  :  32 \n		\
	  62  :  32 \n		\
	  80  :  32 \n		\
	  94  :  32 \n		\
	  95  :   0 \n

/* UK National Character Set */
*term.xterm-flut-uk:		\
	0-95  : 32 \n		\
	   3  : 30 \n

/* Graphics Character Set */
*term.xterm-flut-graphics:	\
	 0-62 : 32 \n		\
	   63 : 32 \n		\
	64-94 :  1 \n		\
	   95 : 95 \n
