encodings_aix.def 3.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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, write to the Free Software Foundation, Inc., 51 Franklin Street,
  14. Fifth Floor, Boston, MA 02110-1301, USA. */
  15. /* Encodings used by system dependent locales on AIX. */
  16. DEFENCODING(( "CP856",
  17. ),
  18. cp856,
  19. { cp856_mbtowc, NULL }, { cp856_wctomb, NULL })
  20. #ifdef USE_AIX_ALIASES
  21. DEFALIAS( "IBM-856", /* AIX */
  22. cp856)
  23. #endif
  24. DEFENCODING(( "CP922",
  25. ),
  26. cp922,
  27. { cp922_mbtowc, NULL }, { cp922_wctomb, NULL })
  28. #ifdef USE_AIX_ALIASES
  29. DEFALIAS( "IBM-922", /* AIX */
  30. cp922)
  31. #endif
  32. DEFENCODING(( "CP943",
  33. ),
  34. cp943,
  35. { cp943_mbtowc, NULL }, { cp943_wctomb, NULL })
  36. #ifdef USE_AIX_ALIASES
  37. DEFALIAS( "IBM-943", /* AIX */
  38. cp943)
  39. #endif
  40. DEFENCODING(( "CP1046",
  41. ),
  42. cp1046,
  43. { cp1046_mbtowc, NULL }, { cp1046_wctomb, NULL })
  44. #ifdef USE_AIX_ALIASES
  45. DEFALIAS( "IBM-1046", /* AIX */
  46. cp1046)
  47. #endif
  48. DEFENCODING(( "CP1124",
  49. ),
  50. cp1124,
  51. { cp1124_mbtowc, NULL }, { cp1124_wctomb, NULL })
  52. #ifdef USE_AIX_ALIASES
  53. DEFALIAS( "IBM-1124", /* AIX */
  54. cp1124)
  55. #endif
  56. DEFENCODING(( "CP1129",
  57. ),
  58. cp1129,
  59. { cp1129_mbtowc, NULL }, { cp1129_wctomb, NULL })
  60. #ifdef USE_AIX_ALIASES
  61. DEFALIAS( "IBM-1129", /* AIX */
  62. cp1129)
  63. #endif
  64. DEFENCODING(( "CP1161",
  65. "IBM1161", /* glibc */
  66. "IBM-1161", /* glibc */
  67. "csIBM1161", /* glibc */
  68. ),
  69. cp1161,
  70. { cp1161_mbtowc, NULL }, { cp1161_wctomb, NULL })
  71. DEFENCODING(( "CP1162",
  72. "IBM1162", /* glibc */
  73. "IBM-1162", /* glibc */
  74. "csIBM1162", /* glibc */
  75. ),
  76. cp1162,
  77. { cp1162_mbtowc, NULL }, { cp1162_wctomb, NULL })
  78. DEFENCODING(( "CP1163",
  79. "IBM1163", /* glibc */
  80. "IBM-1163", /* glibc */
  81. "csIBM1163", /* glibc */
  82. ),
  83. cp1163,
  84. { cp1163_mbtowc, NULL }, { cp1163_wctomb, NULL })