encodings_local.def 1.1 KB

12345678910111213141516171819202122232425262728
  1. /* Copyright (C) 2000-2001 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. /* Names for locale dependent encodings. */
  15. DEFENCODING(( "CHAR",
  16. ),
  17. local_char,
  18. { NULL, NULL }, { NULL, NULL })
  19. DEFENCODING(( "WCHAR_T", /* glibc */
  20. ),
  21. local_wchar_t,
  22. { NULL, NULL }, { NULL, NULL })