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