encodings_osf1.def 1.4 KB

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