3 * fribidi-char-sets-list.h - list of supported character sets
5 * $Id: fribidi-char-sets-list.h,v 1.3 2004-06-09 14:59:21 behdad Exp $
7 * $Date: 2004-06-09 14:59:21 $
9 * $Source: /home/behdad/src/fdo/fribidi/togit/git/../fribidi/fribidi2/charset/fribidi-char-sets-list.h,v $
12 * Behdad Esfahbod, 2001, 2002, 2004
14 * Copyright (C) 2004 Sharif FarsiWeb, Inc.
15 * Copyright (C) 2001,2002 Behdad Esfahbod
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.
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.
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., 59 Temple Place, Suite 330,
30 * Boston, MA 02111-1307, USA
32 * For licensing issues, contact <license@farsiweb.info>.
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 */
60 #endif /* !__FRIBIDI_DOC */