encodings_osf1.def 1.4 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /* Copyright (C) 2001, 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 OSF/1 a.k.a. Tru64. */
  15. DEFENCODING(( "DEC-KANJI",
  16. ),
  17. dec_kanji,
  18. { dec_kanji_mbtowc, NULL }, { dec_kanji_wctomb, NULL })
  19. #ifdef USE_OSF1_ALIASES
  20. DEFALIAS( "DECKANJI", /* OSF/1 */
  21. dec_kanji)
  22. #endif
  23. DEFENCODING(( "DEC-HANYU",
  24. ),
  25. dec_hanyu,
  26. { dec_hanyu_mbtowc, NULL }, { dec_hanyu_wctomb, NULL })
  27. #ifdef USE_OSF1_ALIASES
  28. DEFALIAS( "DECHANYU", /* OSF/1 */
  29. dec_hanyu)
  30. #endif