fribidi-char-sets-list.h 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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. /* The order of types in this list should not be important at compile time,
  30. * but apparently it should not be changed after compilation! */
  31. #endif /* !__FRIBIDI_DOC */
  32. #ifdef _FRIBIDI_ADD_CHAR_SET
  33. # define _FRIBIDI_ADD_CHAR_SET_OTHERS _FRIBIDI_ADD_CHAR_SET
  34. # define _FRIBIDI_ADD_CHAR_SET_ONE2ONE _FRIBIDI_ADD_CHAR_SET
  35. #endif /* _FRIBIDI_ADD_CHAR_SET */
  36. #ifdef _FRIBIDI_ADD_CHAR_SET_OTHERS
  37. _FRIBIDI_ADD_CHAR_SET_OTHERS (UTF8, utf8) /* UTF-8 (Unicode) */
  38. _FRIBIDI_ADD_CHAR_SET_OTHERS (CAP_RTL, cap_rtl) /* CapRTL (Test) */
  39. #endif /* _FRIBIDI_ADD_CHAR_SET_OTHERS */
  40. #ifdef _FRIBIDI_ADD_CHAR_SET_ONE2ONE
  41. _FRIBIDI_ADD_CHAR_SET_ONE2ONE (ISO8859_6, iso8859_6) /* ISO8859-6 (Arabic) */
  42. _FRIBIDI_ADD_CHAR_SET_ONE2ONE (ISO8859_8, iso8859_8) /* ISO8859-8 (Hebrew) */
  43. _FRIBIDI_ADD_CHAR_SET_ONE2ONE (CP1255, cp1255) /* CP1255 (MS Hebrew/Yiddish) */
  44. _FRIBIDI_ADD_CHAR_SET_ONE2ONE (CP1256, cp1256) /* CP1256 (MS Arabic) */
  45. #endif /* _FRIBIDI_ADD_CHAR_SET_ONE2ONE */
  46. #ifdef _FRIBIDI_ADD_CHAR_SET
  47. # undef _FRIBIDI_ADD_CHAR_SET_OTHERS
  48. # undef _FRIBIDI_ADD_CHAR_SET_ONE2ONE
  49. #endif /* _FRIBIDI_ADD_CHAR_SET */
  50. #ifndef __FRIBIDI_DOC
  51. /* *INDENT-ON* */
  52. #endif /* !__FRIBIDI_DOC */