update to 0.19.7
[platform/upstream/fribidi.git] / charset / fribidi-char-sets-list.h
1 #ifndef __FRIBIDI_DOC
2 /* FriBidi
3  * fribidi-char-sets-list.h - list of supported character sets
4  *
5  * $Id: fribidi-char-sets-list.h,v 1.3 2004-06-09 14:59:21 behdad Exp $
6  * $Author: behdad $
7  * $Date: 2004-06-09 14:59:21 $
8  * $Revision: 1.3 $
9  * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/charset/fribidi-char-sets-list.h,v $
10  *
11  * Author:
12  *   Behdad Esfahbod, 2001, 2002, 2004
13  *
14  * Copyright (C) 2004 Sharif FarsiWeb, Inc.
15  * Copyright (C) 2001,2002 Behdad Esfahbod
16  * 
17  * This library is free software; you can redistribute it and/or
18  * modify it under the terms of the GNU Lesser General Public
19  * License as published by the Free Software Foundation; either
20  * version 2.1 of the License, or (at your option) any later version.
21  * 
22  * This library is distributed in the hope that it will be useful,
23  * but WITHOUT ANY WARRANTY; without even the implied warranty of
24  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
25  * Lesser General Public License for more details.
26  * 
27  * You should have received a copy of the GNU Lesser General Public License
28  * along with this library, in a file named COPYING; if not, write to the
29  * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
30  * Boston, MA 02110-1301, USA
31  *
32  * For licensing issues, contact <license@farsiweb.info>.
33  */
34 /* *INDENT-OFF* */
35
36 /* The order of types in this list should not be important at compile time,
37  * but apparently it should not be changed after compilation! */
38 #endif /* !__FRIBIDI_DOC */
39 #ifdef _FRIBIDI_ADD_CHAR_SET
40 # define _FRIBIDI_ADD_CHAR_SET_OTHERS _FRIBIDI_ADD_CHAR_SET
41 # define _FRIBIDI_ADD_CHAR_SET_ONE2ONE _FRIBIDI_ADD_CHAR_SET
42 #endif /* _FRIBIDI_ADD_CHAR_SET */
43 #ifdef _FRIBIDI_ADD_CHAR_SET_OTHERS
44 _FRIBIDI_ADD_CHAR_SET_OTHERS (UTF8, utf8)               /* UTF-8 (Unicode) */
45 _FRIBIDI_ADD_CHAR_SET_OTHERS (CAP_RTL, cap_rtl)         /* CapRTL (Test) */
46 #endif /* _FRIBIDI_ADD_CHAR_SET_OTHERS */
47 #ifdef _FRIBIDI_ADD_CHAR_SET_ONE2ONE
48 _FRIBIDI_ADD_CHAR_SET_ONE2ONE (ISO8859_6, iso8859_6)    /* ISO8859-6 (Arabic) */
49 _FRIBIDI_ADD_CHAR_SET_ONE2ONE (ISO8859_8, iso8859_8)    /* ISO8859-8 (Hebrew) */
50 _FRIBIDI_ADD_CHAR_SET_ONE2ONE (CP1255, cp1255)          /* CP1255 (MS Hebrew/Yiddish) */
51 _FRIBIDI_ADD_CHAR_SET_ONE2ONE (CP1256, cp1256)          /* CP1256 (MS Arabic) */
52 #endif /* _FRIBIDI_ADD_CHAR_SET_ONE2ONE */
53 #ifdef _FRIBIDI_ADD_CHAR_SET
54 # undef _FRIBIDI_ADD_CHAR_SET_OTHERS
55 # undef _FRIBIDI_ADD_CHAR_SET_ONE2ONE
56 #endif /* _FRIBIDI_ADD_CHAR_SET */
57
58 #ifndef __FRIBIDI_DOC
59 /* *INDENT-ON* */
60 #endif /* !__FRIBIDI_DOC */