ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/grkelot.h
(Generate patch)

Comparing rxvt-unicode/src/grkelot.h (file contents):
Revision 1.2 by pcg, Mon Nov 24 17:31:27 2003 UTC vs.
Revision 1.3 by pcg, Sat Jan 17 01:20:01 2004 UTC

1/* 1/*
2 * File: grkelot.h 2 * File: grkelot.h
3 * $Id: grkelot.h,v 1.2 2003/11/24 17:31:27 pcg Exp $
4 * 3 *
5 * Synopsis: string -> greek ELOT928 string; 4-state FSM. 4 * Synopsis: string -> greek ELOT928 string; 4-state FSM.
6 * 5 *
7 * Copyright (c) 1994 Angelo Haritsis. All rights reserved. 6 * Copyright (c) 1994 Angelo Haritsis. All rights reserved.
8 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de> 7 * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de>
20 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 20 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 */ 22 */
24 23
25#ifndef _GRKELOT_H 24#ifndef GRKELOT_H
26#define _GRKELOT_H 25#define GRKELOT_H
27 26
28#define GREEK_ELOT928 0 27#define GREEK_ELOT928 0
29#define GREEK_IBM437 1 28#define GREEK_IBM437 1
30 29
31#ifdef __cplusplus 30#ifdef __cplusplus

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines