chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / vt102_charset.h
1 /*
2  * vt102_charset.h:
3  *
4  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
5  * All rights reserved.
6  *
7  */
8
9 /*
10  * $Id$
11  */
12
13 /*
14  * $Log$
15  * Revision 1.1  2008/02/27 01:32:41  james
16  * *** empty log message ***
17  *
18  */
19
20 #ifndef __VT102_CHARSET_H__
21 #define __VT102_CHARSET_H__
22
23 #define VT102_CHARSET_SIZE 128
24
25 #define VT102_CSID_US   0
26 #define VT102_CSID_UK   1
27 #define VT102_CSID_GL   2
28 #define VT102_CSID_VT52 3
29
30 #endif /* __VT102_CHARSET_H__ */