encodings_aix.def 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /* Copyright (C) 2000-2002, 2008 Free Software Foundation, Inc.
  2. This file is part of the GNU LIBICONV Library.
  3. The GNU LIBICONV Library is free software; you can redistribute it
  4. and/or modify it under the terms of the GNU Library General Public
  5. License as published by the Free Software Foundation; either version 2
  6. of the License, or (at your option) any later version.
  7. The GNU LIBICONV Library is distributed in the hope that it will be
  8. useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  10. Library General Public License for more details.
  11. You should have received a copy of the GNU Library General Public
  12. License along with the GNU LIBICONV Library; see the file COPYING.LIB.
  13. If not, see <http://www.gnu.org/licenses/>. */
  14. /* Encodings used by system dependent locales on AIX. */
  15. DEFENCODING(( "CP856",
  16. ),
  17. cp856,
  18. { cp856_mbtowc, NULL }, { cp856_wctomb, NULL })
  19. #ifdef USE_AIX_ALIASES
  20. DEFALIAS( "IBM-856", /* AIX */
  21. cp856)
  22. #endif
  23. DEFENCODING(( "CP922",
  24. ),
  25. cp922,
  26. { cp922_mbtowc, NULL }, { cp922_wctomb, NULL })
  27. #ifdef USE_AIX_ALIASES
  28. DEFALIAS( "IBM-922", /* AIX */
  29. cp922)
  30. #endif
  31. DEFENCODING(( "CP943",
  32. ),
  33. cp943,
  34. { cp943_mbtowc, NULL }, { cp943_wctomb, NULL })
  35. #ifdef USE_AIX_ALIASES
  36. DEFALIAS( "IBM-943", /* AIX */
  37. cp943)
  38. #endif
  39. DEFENCODING(( "CP1046",
  40. ),
  41. cp1046,
  42. { cp1046_mbtowc, NULL }, { cp1046_wctomb, NULL })
  43. #ifdef USE_AIX_ALIASES
  44. DEFALIAS( "IBM-1046", /* AIX */
  45. cp1046)
  46. #endif
  47. DEFENCODING(( "CP1124",
  48. ),
  49. cp1124,
  50. { cp1124_mbtowc, NULL }, { cp1124_wctomb, NULL })
  51. #ifdef USE_AIX_ALIASES
  52. DEFALIAS( "IBM-1124", /* AIX */
  53. cp1124)
  54. #endif
  55. DEFENCODING(( "CP1129",
  56. ),
  57. cp1129,
  58. { cp1129_mbtowc, NULL }, { cp1129_wctomb, NULL })
  59. #ifdef USE_AIX_ALIASES
  60. DEFALIAS( "IBM-1129", /* AIX */
  61. cp1129)
  62. #endif
  63. DEFENCODING(( "CP1161",
  64. "IBM1161", /* glibc */
  65. "IBM-1161", /* glibc */
  66. "csIBM1161", /* glibc */
  67. ),
  68. cp1161,
  69. { cp1161_mbtowc, NULL }, { cp1161_wctomb, NULL })
  70. DEFENCODING(( "CP1162",
  71. "IBM1162", /* glibc */
  72. "IBM-1162", /* glibc */
  73. "csIBM1162", /* glibc */
  74. ),
  75. cp1162,
  76. { cp1162_mbtowc, NULL }, { cp1162_wctomb, NULL })
  77. DEFENCODING(( "CP1163",
  78. "IBM1163", /* glibc */
  79. "IBM-1163", /* glibc */
  80. "csIBM1163", /* glibc */
  81. ),
  82. cp1163,
  83. { cp1163_mbtowc, NULL }, { cp1163_wctomb, NULL })