|
||||
File indexing completed on 2025-01-18 09:57:27
0001 #ifndef __FRIBIDI_DOC 0002 /* FriBidi 0003 * fribidi-char-sets-list.h - list of supported character sets 0004 * 0005 * Author: 0006 * Behdad Esfahbod, 2001, 2002, 2004 0007 * 0008 * Copyright (C) 2004 Sharif FarsiWeb, Inc. 0009 * Copyright (C) 2001,2002 Behdad Esfahbod 0010 * 0011 * This library is free software; you can redistribute it and/or 0012 * modify it under the terms of the GNU Lesser General Public 0013 * License as published by the Free Software Foundation; either 0014 * version 2.1 of the License, or (at your option) any later version. 0015 * 0016 * This library is distributed in the hope that it will be useful, 0017 * but WITHOUT ANY WARRANTY; without even the implied warranty of 0018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 0019 * Lesser General Public License for more details. 0020 * 0021 * You should have received a copy of the GNU Lesser General Public License 0022 * along with this library, in a file named COPYING; if not, write to the 0023 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 0024 * Boston, MA 02110-1301, USA 0025 * 0026 * For licensing issues, contact <fribidi.license@gmail.com>. 0027 */ 0028 /* *INDENT-OFF* */ 0029 0030 /* The order of types in this list should not be important at compile time, 0031 * but apparently it should not be changed after compilation! */ 0032 #endif /* !__FRIBIDI_DOC */ 0033 #ifdef _FRIBIDI_ADD_CHAR_SET 0034 # define _FRIBIDI_ADD_CHAR_SET_OTHERS _FRIBIDI_ADD_CHAR_SET 0035 # define _FRIBIDI_ADD_CHAR_SET_ONE2ONE _FRIBIDI_ADD_CHAR_SET 0036 #endif /* _FRIBIDI_ADD_CHAR_SET */ 0037 #ifdef _FRIBIDI_ADD_CHAR_SET_OTHERS 0038 _FRIBIDI_ADD_CHAR_SET_OTHERS (UTF8, utf8) /* UTF-8 (Unicode) */ 0039 _FRIBIDI_ADD_CHAR_SET_OTHERS (CAP_RTL, cap_rtl) /* CapRTL (Test) */ 0040 #endif /* _FRIBIDI_ADD_CHAR_SET_OTHERS */ 0041 #ifdef _FRIBIDI_ADD_CHAR_SET_ONE2ONE 0042 _FRIBIDI_ADD_CHAR_SET_ONE2ONE (ISO8859_6, iso8859_6) /* ISO8859-6 (Arabic) */ 0043 _FRIBIDI_ADD_CHAR_SET_ONE2ONE (ISO8859_8, iso8859_8) /* ISO8859-8 (Hebrew) */ 0044 _FRIBIDI_ADD_CHAR_SET_ONE2ONE (CP1255, cp1255) /* CP1255 (MS Hebrew/Yiddish) */ 0045 _FRIBIDI_ADD_CHAR_SET_ONE2ONE (CP1256, cp1256) /* CP1256 (MS Arabic) */ 0046 #endif /* _FRIBIDI_ADD_CHAR_SET_ONE2ONE */ 0047 #ifdef _FRIBIDI_ADD_CHAR_SET 0048 # undef _FRIBIDI_ADD_CHAR_SET_OTHERS 0049 # undef _FRIBIDI_ADD_CHAR_SET_ONE2ONE 0050 #endif /* _FRIBIDI_ADD_CHAR_SET */ 0051 0052 #ifndef __FRIBIDI_DOC 0053 /* *INDENT-ON* */ 0054 #endif /* !__FRIBIDI_DOC */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |