encodings_local.def 1.2 KB

1234567891011121314151617181920212223242526272829
  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, write to the Free Software Foundation, Inc., 51 Franklin Street,
  14. Fifth Floor, Boston, MA 02110-1301, USA. */
  15. /* Names for locale dependent encodings. */
  16. DEFENCODING(( "CHAR",
  17. ),
  18. local_char,
  19. { NULL, NULL }, { NULL, NULL })
  20. DEFENCODING(( "WCHAR_T", /* glibc */
  21. ),
  22. local_wchar_t,
  23. { NULL, NULL }, { NULL, NULL })